refactor: use better method name
This commit is contained in:
parent
e5c81de301
commit
e1af446b4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue