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

Commit cc5968ea authored by Renan Strauss's avatar Renan Strauss Committed by Diogo Ferreira
Browse files

frameworks: fix copy/paste error on the reboot dialog

The dialog currently has two buttons saying 'ok' due to a c/p error.

Change-Id: I95a247d6c728a347905740170cbe7141e70d53ae
parent b2cff728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ public final class ShutdownThread extends Thread {
                                beginShutdownSequence(context);
                            }
                        })
                        .setNegativeButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {
                        .setNegativeButton(com.android.internal.R.string.no, new DialogInterface.OnClickListener() {
                            public void onClick(DialogInterface dialog, int which) {
                                mReboot = false;
                                dialog.cancel();