mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-05 06:12:06 -06:00
disable force restart on boot
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user