fix(Instagram - Hide navigation buttons): Add constrain to known working version
This commit is contained in:
parent
2a582eced8
commit
e6c79f1383
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
compatibleWith("com.instagram.android"("396.0.0.46.242"))
|
||||||
|
|
||||||
val hideReels by booleanOption(
|
val hideReels by booleanOption(
|
||||||
key = "hideReels",
|
key = "hideReels",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue