mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-24 02:42:11 +02:00
fix(minimized-playback): turning off setting disables background playback even for YouTube Premium users
This commit is contained in:
parent
3c16f3eb55
commit
2975005213
@ -102,8 +102,9 @@ class MinimizedPlaybackPatch : BytecodePatch(
|
|||||||
0, """
|
0, """
|
||||||
invoke-static {}, $INTEGRATIONS_PLAYBACK_METHOD_REFERENCE
|
invoke-static {}, $INTEGRATIONS_PLAYBACK_METHOD_REFERENCE
|
||||||
move-result v0
|
move-result v0
|
||||||
|
if-eqz v0, :default
|
||||||
return v0
|
return v0
|
||||||
"""
|
""", listOf(ExternalLabel("default", instruction(0)))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user