am 6f6e5bb8
: am 41928ce6
: Merge "Revert "recovery: change the way of rebooting when using power key combo""
* commit '6f6e5bb89bf7019b57fc746de76913141b999c59': Revert "recovery: change the way of rebooting when using power key combo"
This commit is contained in:
commit
8af11cffeb
1 changed files with 1 additions and 2 deletions
3
ui.cpp
3
ui.cpp
|
@ -174,8 +174,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
|
|||
|
||||
case RecoveryUI::REBOOT:
|
||||
if (reboot_enabled) {
|
||||
property_set(ANDROID_RB_PROPERTY, "reboot,");
|
||||
while(1) { pause(); }
|
||||
android_reboot(ANDROID_RB_RESTART, 0, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue