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

Commit b7465b56 authored by cretin45's avatar cretin45
Browse files

SetupWizard: Show next instead of skip on choose data sim page

Change-Id: I159eab7ef18bd0ad504cc48434cb702ad77b6e37
parent 767172a1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -72,11 +72,6 @@ public class ChooseDataSimPage extends SetupPage {
        return R.string.setup_choose_data_sim;
    }

    @Override
    public int getNextButtonTitleResId() {
        return R.string.skip;
    }


    public static class ChooseDataSimFragment extends SetupPageFragment {