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

Commit d2655378 authored by Qingxi Li's avatar Qingxi Li Committed by android-build-merger
Browse files

Merge "[UI Tweak] Move PIN eSIM error message button position" into pi-dev am: 2ac51aab

am: 20cd66a1

Change-Id: I9c7f04532550dcc9cc01a4a4b9ee1c3becf39d3d
parents 47673aed 20cd66a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ class KeyguardEsimArea extends Button implements View.OnClickListener {
                                        .setMessage(R.string.error_disable_esim_msg)
                                        .setTitle(R.string.error_disable_esim_title)
                                        .setCancelable(false /* cancelable */)
                                        .setNeutralButton(R.string.ok, null /* listener */);
                                        .setPositiveButton(R.string.ok, null /* listener */);
                        AlertDialog alertDialog = builder.create();
                        alertDialog.getWindow().setType(
                                WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);