mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-23 18:51:03 +00:00
fix(Instagram - Hide navigation buttons): Add constrain to known working version
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user