mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
add Show fullscreen title
settings
This commit is contained in:
@ -76,9 +76,9 @@ class HideFullscreenPanelsPatch : BytecodePatch(
|
||||
|
||||
method.addInstructions(
|
||||
invokeIndex, """
|
||||
invoke-static {}, $FULLSCREEN_LAYOUT->hideFullscreenPanel()Z
|
||||
invoke-static {}, $FULLSCREEN_LAYOUT->showFullscreenTitle()Z
|
||||
move-result v$dummyRegister
|
||||
if-nez v$dummyRegister, :hidden
|
||||
if-eqz v$dummyRegister, :hidden
|
||||
""", listOf(ExternalLabel("hidden", method.instruction(invokeIndex + 1)))
|
||||
)
|
||||
} ?: return LayoutConstructorFingerprint.toErrorResult()
|
||||
|
Reference in New Issue
Block a user