disable force restart on boot

This commit is contained in:
Yuriy Liskov
2024-12-29 04:16:29 +02:00
parent 18d617c020
commit f95c8da727

View File

@@ -80,10 +80,10 @@ public class SplashPresenter extends BasePresenter<SplashView> {
return;
}
if (ViewManager.instance(getContext()).isFinished()) {
Utils.restartTheApp(getContext(), getView().getNewIntent());
return;
}
//if (ViewManager.instance(getContext()).isFinished()) {
// Utils.restartTheApp(getContext(), getView().getNewIntent());
// return;
//}
applyRunOnceTasks();
applyRunPerInstanceTasks();