fix(Instagram - Hide navigation buttons): Support v397.1.0.52.81 (#5855)
This commit is contained in:
parent
3d25da18bc
commit
f11d1ef990
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ internal val tabCreateButtonsLoopEndFingerprint = fingerprint {
|
|||
Opcode.IPUT_OBJECT,
|
||||
// Injection Jump
|
||||
Opcode.ADD_INT_LIT8, //Increase Index
|
||||
Opcode.GOTO_16 // Jump to loopStart
|
||||
Opcode.GOTO // Jump to loopStart
|
||||
// LoopEnd
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ val hideNavigationButtonsPatch = bytecodePatch(
|
|||
description = "Hides navigation bar buttons, such as the Reels and Create button.",
|
||||
use = false
|
||||
) {
|
||||
compatibleWith("com.instagram.android"("396.0.0.46.242"))
|
||||
compatibleWith("com.instagram.android"("397.1.0.52.81"))
|
||||
|
||||
val hideReels by booleanOption(
|
||||
key = "hideReels",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue