diff options
author | Tianjie Xu <xunchang@google.com> | 2020-03-14 23:33:29 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-03-14 23:33:29 +0100 |
commit | a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7 (patch) | |
tree | 8651cb90295a8fa07e968c8e584e72f1b9d2a104 /recovery_ui | |
parent | Merge "recovery: Remove HOST_OS guard for f2fs tools" (diff) | |
parent | Consolidate the wait in recovery's reboot (diff) | |
download | android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.gz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.bz2 android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.lz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.xz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.zst android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.zip |
Diffstat (limited to '')
-rw-r--r-- | recovery_ui/ui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recovery_ui/ui.cpp b/recovery_ui/ui.cpp index 6f5cbbca6..330721773 100644 --- a/recovery_ui/ui.cpp +++ b/recovery_ui/ui.cpp @@ -375,9 +375,6 @@ void RecoveryUI::ProcessKey(int key_code, int updown) { case RecoveryUI::REBOOT: if (reboot_enabled) { Reboot("userrequested,recovery,ui"); - while (true) { - pause(); - } } break; |