mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 16:57:18 +02:00
fix(YouTube/Enable new splash animation): integrations sometimes return invalid values
This commit is contained in:
parent
5e8e9c621b
commit
33b4f7b63a
@ -131,7 +131,7 @@ object NewSplashAnimationPatch : BytecodePatch(
|
||||
|
||||
addInstructions(
|
||||
index, """
|
||||
invoke-static {}, $MISC_PATH/SplashAnimationPatch;->enableNewSplashAnimationBoolean()Z
|
||||
invoke-static {v$register}, $MISC_PATH/SplashAnimationPatch;->enableNewSplashAnimationBoolean(Z)Z
|
||||
move-result v$register
|
||||
"""
|
||||
)
|
||||
@ -142,7 +142,7 @@ object NewSplashAnimationPatch : BytecodePatch(
|
||||
|
||||
addInstructions(
|
||||
index, """
|
||||
invoke-static {}, $MISC_PATH/SplashAnimationPatch;->enableNewSplashAnimationInt()I
|
||||
invoke-static {v$register}, $MISC_PATH/SplashAnimationPatch;->enableNewSplashAnimationInt(I)I
|
||||
move-result v$register
|
||||
"""
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user