Skip to content

Commit c991d68

Browse files
committed
fix restoring settings for philz-cwm - thx @Firedrake
Change-Id: Icc2dceb6afc4b5c48c22a044e0efa504ecc58e07
1 parent 5896a36 commit c991d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recovery/recovery_ui.c

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ void device_ui_init(UIParameters* ui_parameters) {
6969
}
7070

7171
int device_recovery_start() {
72+
#ifdef PHILZ_TOUCH_RECOVERY
73+
refresh_recovery_settings(1);
74+
#endif
75+
7276
dualboot_init();
7377
update_menu_items();
7478
return 0;

0 commit comments

Comments
 (0)