am 2f6877a0: recovery: init backgroundIcon properly to avoid recovery mode crash
* commit '2f6877a0220475303907203308c018d789ea1a53': recovery: init backgroundIcon properly to avoid recovery mode crash
This commit is contained in:
@@ -82,6 +82,10 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
|
|||||||
install_overlay_offset_y(190),
|
install_overlay_offset_y(190),
|
||||||
overlay_offset_x(-1),
|
overlay_offset_x(-1),
|
||||||
overlay_offset_y(-1) {
|
overlay_offset_y(-1) {
|
||||||
|
|
||||||
|
for (int i = 0; i < 5; i++)
|
||||||
|
backgroundIcon[i] = NULL;
|
||||||
|
|
||||||
pthread_mutex_init(&updateMutex, NULL);
|
pthread_mutex_init(&updateMutex, NULL);
|
||||||
self = this;
|
self = this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user