mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
feat(youtube): remove WatchWhileActivity from dummy class
This commit is contained in:
@ -37,7 +37,7 @@ class ChangeHomePagePatch : BytecodePatch(
|
||||
it.addInstructions(
|
||||
it.implementation!!.instructions.size - 1, """
|
||||
move-object/from16 v0, p1
|
||||
invoke-static {v0}, $NAVIGATION->changeHomePage(Lcom/google/android/apps/youtube/app/watchwhile/WatchWhileActivity;)V
|
||||
invoke-static {v0}, $NAVIGATION->changeHomePage(Landroid/app/Activity;)V
|
||||
"""
|
||||
)
|
||||
} ?: return LauncherActivityFingerprint.toErrorResult()
|
||||
|
Reference in New Issue
Block a user