Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33eaf073 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 01f044b0: am dca46b50: Merge "Keep task stack when invoking settings from setup wizard"

* commit '01f044b0':
  Keep task stack when invoking settings from setup wizard
parents 037be7fa 01f044b0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -236,8 +236,7 @@ public final class SetupActivity extends Activity implements View.OnClickListene
        final Intent intent = new Intent();
        intent.setClass(this, SettingsActivity.class);
        intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
                | Intent.FLAG_ACTIVITY_CLEAR_TOP
                | Intent.FLAG_ACTIVITY_NO_HISTORY);
                | Intent.FLAG_ACTIVITY_CLEAR_TOP);
        startActivity(intent);
    }