Loading screen_ui.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() : for (int i = 0; i < 5; i++) backgroundIcon[i] = NULL; memset(text, 0, sizeof(text)); pthread_mutex_init(&updateMutex, NULL); self = this; } Loading Loading
screen_ui.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() : for (int i = 0; i < 5; i++) backgroundIcon[i] = NULL; memset(text, 0, sizeof(text)); pthread_mutex_init(&updateMutex, NULL); self = this; } Loading