@@ -174,8 +174,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
caseRecoveryUI::REBOOT:
if(reboot_enabled){
property_set(ANDROID_RB_PROPERTY,"reboot,");
while(1){pause();}
android_reboot(ANDROID_RB_RESTART,0,0);
}
break;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.