Clean setup task

This commit is contained in:
M66B
2021-09-27 18:57:39 +02:00
parent efb0098eb7
commit 3a0e57579e
14 changed files with 25 additions and 25 deletions

View File

@@ -208,7 +208,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
}, SERVICE_START_DELAY);
} else {
Intent setup = new Intent(ActivityMain.this, ActivitySetup.class)
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
startActivity(setup, options);
}