Loading ui.c +1 −2 Original line number Diff line number Diff line Loading @@ -479,8 +479,7 @@ static int input_callback(int fd, short revents, void *data) } if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { vold_unmount_all(); android_reboot(ANDROID_RB_RESTART, 0, 0); reboot_main_system(ANDROID_RB_RESTART, 0, 0); } return 0; Loading Loading
ui.c +1 −2 Original line number Diff line number Diff line Loading @@ -479,8 +479,7 @@ static int input_callback(int fd, short revents, void *data) } if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { vold_unmount_all(); android_reboot(ANDROID_RB_RESTART, 0, 0); reboot_main_system(ANDROID_RB_RESTART, 0, 0); } return 0; Loading