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

Commit d48995a4 authored by Austen Dicken's avatar Austen Dicken
Browse files

Added a separate reboot recovery icon for the Global Actions dialog

Change-Id: I7041eaf9340578c3a9cd86a42d9b4a3aa5f10ce3
parent 34722b1f
Loading
Loading
Loading
Loading
+2.61 KiB
Loading image diff...
+1.56 KiB
Loading image diff...
+1.93 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
                // next: airplane mode
                mAirplaneModeOn,
                // next: reboot
                new SinglePressAction(com.android.internal.R.drawable.ic_lock_power_off, R.string.global_action_reboot) {
                new SinglePressAction(com.android.internal.R.drawable.ic_lock_reboot, R.string.global_action_reboot) {
                    public void onPress() {
                        ShutdownThread.reboot(mContext, null, (Settings.System.getInt(mContext.getContentResolver(),
                                Settings.System.POWER_DIALOG_PROMPT, 1) == 1));