Merge "recovery: initialize keys press tracking status"

This commit is contained in:
Doug Zongker
2014-06-06 15:33:16 +00:00
committed by Gerrit Code Review

1
ui.cpp
View File

@@ -55,6 +55,7 @@ RecoveryUI::RecoveryUI() :
pthread_mutex_init(&key_queue_mutex, NULL);
pthread_cond_init(&key_queue_cond, NULL);
self = this;
memset(key_pressed, 0, sizeof(key_pressed));
}
void RecoveryUI::Init() {