feat(Instagram): Add Disable Reels scrolling patch (#6317)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
Alexey Gorbachev
2025-12-08 11:31:54 +00:00
committed by GitHub
parent bbd8932b2e
commit 0928dcd00d
3 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
public final class DisableReelsScrollingPatchKt {
public static final fun getDisableReelsScrollingPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/all/misc/activity/exportall/ExportAllActivitiesPatchKt {
public static final fun getExportAllActivitiesPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}