mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-26 06:09:44 +08:00
App: initial add process callback
This commit is contained in:
@@ -433,7 +433,10 @@ public final class Launcher extends Activity
|
||||
|
||||
// On large interfaces, we want the screen to auto-rotate based on the current orientation
|
||||
unlockScreenOrientation(true);
|
||||
FozaCore.registerCoreCallback(() -> FozaPackageManager.get().acquireObtainAppSplash());
|
||||
LauncherLoader.instance().waitForAndGetInitialService(() -> {
|
||||
FozaPackageManager.get().acquireObtainAppSplash();
|
||||
return null;
|
||||
});
|
||||
}
|
||||
|
||||
protected void onUserLeaveHint() {
|
||||
|
||||
Reference in New Issue
Block a user