We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702294d commit ef83d3eCopy full SHA for ef83d3e
recovery.c
@@ -493,6 +493,7 @@ prompt_and_wait() {
493
return; // reboot if logs aren't visible
494
} else {
495
ui_print("\nInstall from sdcard complete.\n");
496
+ }
497
}
498
break;
499
case ITEM_INSTALL_ZIP:
ui.c
@@ -599,8 +599,4 @@ void ui_set_showing_back_button(int showBackButton) {
599
600
int ui_get_showing_back_button() {
601
return gShowBackButton;
602
-<<<<<<< HEAD
603
604
-=======
605
-}
606
->>>>>>> github/eclair
0 commit comments