mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 20:19:23 +01:00
refactor: use better method name
This commit is contained in:
parent
e717e260fd
commit
e0391e256a
@ -48,7 +48,7 @@ class MinimizedPlaybackPatch : BytecodePatch(
|
||||
MinimizedPlaybackManagerFingerprint.result?.apply {
|
||||
mutableMethod.addInstructions(
|
||||
0, """
|
||||
invoke-static {}, $INTEGRATIONS_CLASS_DESCRIPTOR->playbackIsNotShort()Z
|
||||
invoke-static {}, $INTEGRATIONS_CLASS_DESCRIPTOR->isPlaybackNotShort()Z
|
||||
move-result v0
|
||||
return v0
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user