App: Adopt the latest SDK

This commit is contained in:
Katana
2024-02-14 20:53:21 +08:00
parent 9eb797d28d
commit c518603ca3

View File

@@ -2121,7 +2121,7 @@ public class LauncherModel extends BroadcastReceiver {
});
try {
MetaPackageManager.acquireObtainAppSplash();
} catch (RemoteException e) {
} catch (Exception e) {
e.printStackTrace();
}
}