mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 17:43:56 +00:00
fix(Instagram - Hide navigation buttons): Support v397.1.0.52.81 (#5855)
This commit is contained in:
@@ -23,7 +23,7 @@ internal val tabCreateButtonsLoopEndFingerprint = fingerprint {
|
|||||||
Opcode.IPUT_OBJECT,
|
Opcode.IPUT_OBJECT,
|
||||||
// Injection Jump
|
// Injection Jump
|
||||||
Opcode.ADD_INT_LIT8, //Increase Index
|
Opcode.ADD_INT_LIT8, //Increase Index
|
||||||
Opcode.GOTO_16 // Jump to loopStart
|
Opcode.GOTO // Jump to loopStart
|
||||||
// LoopEnd
|
// LoopEnd
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ val hideNavigationButtonsPatch = bytecodePatch(
|
|||||||
description = "Hides navigation bar buttons, such as the Reels and Create button.",
|
description = "Hides navigation bar buttons, such as the Reels and Create button.",
|
||||||
use = false
|
use = false
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.instagram.android"("396.0.0.46.242"))
|
compatibleWith("com.instagram.android"("397.1.0.52.81"))
|
||||||
|
|
||||||
val hideReels by booleanOption(
|
val hideReels by booleanOption(
|
||||||
key = "hideReels",
|
key = "hideReels",
|
||||||
|
|||||||
Reference in New Issue
Block a user