Skip to content

Commit

Permalink
fix(FixBackToExitGesturePatch): Restore compatibility with existing v…
Browse files Browse the repository at this point in the history
…ersion targets
  • Loading branch information
LisoUseInAIKyrios committed Jan 9, 2024
1 parent 223ee77 commit e0633a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal object FixBackToExitGesturePatch : BytecodePatch(
methodName = "onScrollingViews"
),
OnBackPressedFingerprint to IntegrationsMethod(
"p0", "onBackPressed", "Lcom/google/android/apps/youtube/app/watchwhile/MainActivity;"
"p0", "onBackPressed", "Landroid/app/Activity;"
)
).forEach { (fingerprint, target) -> fingerprint.injectCall(target) }
}
Expand Down

0 comments on commit e0633a0

Please sign in to comment.