Skip to content

Commit 3401467

Browse files
authored
feat(Instagram): Disable Disable Reels scrolling by default
1 parent 8724759 commit 3401467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/instagram/reels/DisableReelsScrollingPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val disableReelsScrollingPatch = bytecodePatch(
99
name = "Disable Reels scrolling",
1010
description = "Disables the endless scrolling behavior in Instagram Reels, preventing swiping to the next Reel. " +
1111
"Note: On a clean install, the 'Tip' animation may appear but will stop on its own after a few seconds.",
12-
use = true
12+
use = false
1313
) {
1414
compatibleWith("com.instagram.android")
1515

@@ -31,4 +31,4 @@ val disableReelsScrollingPatch = bytecodePatch(
3131
// Return false in onInterceptTouchEvent to disable pull-to-refresh.
3232
clipsSwipeRefreshLayoutOnInterceptTouchEventFingerprint.method.returnEarly(false)
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)