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

Commit c6f89079 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

fix rotation in manual setup

parent d7b94c88
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -176,9 +176,9 @@ public class AccountSetupActivity extends AppCompatActivity implements AccountSe

            makeDefault = savedInstanceState.getBoolean(STATE_MAKE_DEFAULT, makeDefault);
            presenter.onGetMakeDefault(makeDefault);
        }

        } else {
            presenter.onGetAccountUuid(accountUuid);
        }

        if (stage == null) {
            stage = Stage.BASICS;