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

Commit 703039b4 authored by LuK1337's avatar LuK1337 Committed by Geg Zakaryan
Browse files

LineageParts: Use 'OK' instead of 'Cancel' in requestRemoveProfileDialog()

Change-Id: Ib4edabf299e6c2449fc040176817251f9564fca6
parent 5a7f330d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ public class SetupActionsFragment extends SettingsPreferenceFragment
        if (mProfile.getUuid().equals(current.getUuid())) {
            AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
            builder.setMessage(getString(R.string.profile_remove_current_profile));
            builder.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
            builder.setNegativeButton(android.R.string.ok, new DialogInterface.OnClickListener() {
                @Override
                public void onClick(DialogInterface dialog, int which) {
                    dialog.dismiss();