Skip to content

Commit f11d1ef

Browse files
authored
fix(Instagram - Hide navigation buttons): Support v397.1.0.52.81 (#5855)
1 parent 3d25da1 commit f11d1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/Fingerprints.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal val tabCreateButtonsLoopEndFingerprint = fingerprint {
2323
Opcode.IPUT_OBJECT,
2424
// Injection Jump
2525
Opcode.ADD_INT_LIT8, //Increase Index
26-
Opcode.GOTO_16 // Jump to loopStart
26+
Opcode.GOTO // Jump to loopStart
2727
// LoopEnd
2828
)
2929
}

patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/HideNavigationButtons.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val hideNavigationButtonsPatch = bytecodePatch(
1515
description = "Hides navigation bar buttons, such as the Reels and Create button.",
1616
use = false
1717
) {
18-
compatibleWith("com.instagram.android"("396.0.0.46.242"))
18+
compatibleWith("com.instagram.android"("397.1.0.52.81"))
1919

2020
val hideReels by booleanOption(
2121
key = "hideReels",

0 commit comments

Comments
 (0)