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

Unverified Commit 1fd2b72e authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Update reboot action name

* Google decided to rename it to `restart`.

Change-Id: Id01f2931d115fda103900a135cbca526b6ee281e
parent 0654abf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ public final class ShutdownThread extends Thread {
        }

        for (int i = 0; i < actionsArray.length; i++) {
            if (actionsArray[i].equals("reboot")) {
            if (actionsArray[i].equals("restart")) {
                showRebootOption = true;
                break;
            }