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

Commit 3bc25e05 authored by Qingxi Li's avatar Qingxi Li
Browse files

[UI Tweak] Move PIN eSIM error message button position

This CL move the eSIM error message in PIN/PUK screen from left to
right.

Bug: 74450400
Test: E2E & bit SystemUITests:*
Change-Id: I7bd93c7c9b70c76af408c8ca29004876c9192a42
parent e781724b
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);