Merge branch 'startupwizard' of https://github.com/MilosKozak/AndroidAPS into startupwizard
This commit is contained in:
commit
d079052944
|
@ -164,6 +164,7 @@ public class SetupWizardActivity extends AppCompatActivity {
|
|||
public void finishSetupWizard(View view) {
|
||||
SP.putBoolean(R.string.key_setupwizard_processed, true);
|
||||
Intent intent = new Intent(this, MainActivity.class);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
startActivity(intent);
|
||||
}
|
||||
|
||||
|
@ -186,4 +187,4 @@ public class SetupWizardActivity extends AppCompatActivity {
|
|||
}
|
||||
return currentWizardPage;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue