am 8af11cff: am 6f6e5bb8: am 41928ce6: Merge "Revert "recovery: change the way of rebooting when using power key combo""
* commit '8af11cffeb3ebe44300ce9066b547d35ab0c6815':
Revert "recovery: change the way of rebooting when using power key combo"
diff --git a/ui.cpp b/ui.cpp
index 2b1a6af..1a0b079 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -174,8 +174,7 @@
case RecoveryUI::REBOOT:
if (reboot_enabled) {
- property_set(ANDROID_RB_PROPERTY, "reboot,");
- while(1) { pause(); }
+ android_reboot(ANDROID_RB_RESTART, 0, 0);
}
break;