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

Commit b91e609a authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Gerrit Code Review
Browse files

Settings: Fix factory reset lock confirmation header text

Repro:
 - Set password lock on device
 - Go Factory data reset option in Backup & reset
 - Click reset phone
 - Observe that the header asks to insert pattern

Change-Id: I37c04293452adba446f4b5074f4a3434a57c74f7
(cherry picked from commit 89832013)
parent bb39212a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -72,9 +72,7 @@ public class MasterClear extends Fragment {
    private boolean runKeyguardConfirmation(int request) {
        Resources res = getActivity().getResources();
        return new ChooseLockSettingsHelper(getActivity(), this)
                .launchConfirmationActivity(request,
                        res.getText(R.string.master_clear_gesture_prompt),
                        res.getText(R.string.master_clear_gesture_explanation));
                .launchConfirmationActivity(request, null, null);
    }

    @Override