From 90766dc365de4760191283121f8807c2c610589b Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:22:03 +0400 Subject: [PATCH] Comments --- .../interaction/swipecontrols/SwipeControlsBytecodePatch.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsBytecodePatch.kt index d7fb40384..aa647386b 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsBytecodePatch.kt @@ -45,7 +45,10 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod "19.09.37", "19.09.38", "19.10.39", - "19.11.43" + "19.11.43" // 19.12.x has an issue with opening YT using external links, + // and the app then crashes if double tap to skip forward/back is immediately used. + // The stack trace shows a call coming from integrations SwipeController, + // but it appears to be a bug in YT itself as other target versions do not have this issue. ] ) ]