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

Commit 89832013 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
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
parent d09d7ec0
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