mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
feat(music/settings) when installing for the first time, a reboot dialog is shown
This commit is contained in:
@ -64,7 +64,7 @@ class MicroGBytecodePatch : BytecodePatch(
|
||||
)
|
||||
)
|
||||
|
||||
context.injectInit("MicroGPatch", "checkAvailability")
|
||||
context.injectInit("MicroGPatch", "checkAvailability", true)
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ class NavBarIndexHookPatch : BytecodePatch(
|
||||
|
||||
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/NavBarIndexFilter;")
|
||||
|
||||
context.injectInit("NavBarIndexPatch", "initializeIndex")
|
||||
context.injectInit("NavBarIndexPatch", "initializeIndex", true)
|
||||
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ class SettingsBytecodePatch : BytecodePatch(
|
||||
}
|
||||
} ?: throw ThemeSetterSystemFingerprint.exception
|
||||
|
||||
context.injectInit("FirstRun", "initializationRVX")
|
||||
context.injectInit("FirstRun", "initializationRVX", true)
|
||||
|
||||
}
|
||||
|
||||
|
@ -222,7 +222,7 @@ class SponsorBlockBytecodePatch : BytecodePatch(
|
||||
*/
|
||||
VideoIdWithoutShortsPatch.injectCall("$INTEGRATIONS_PLAYER_CONTROLLER_CLASS_DESCRIPTOR->setCurrentVideoId(Ljava/lang/String;)V")
|
||||
|
||||
context.injectInit("FirstRun", "initializationSB")
|
||||
context.injectInit("FirstRun", "initializationSB", true)
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user