am 54a61179: am cfd4b286: Merge "recovery: initialize keys press tracking status"

* commit '54a6117935fe7470d23f7a538aeec9d6b139791b':
  recovery: initialize keys press tracking status
This commit is contained in:
Doug Zongker
2014-06-06 16:00:20 +00:00
committed by Android Git Automerger
+1
View File
@@ -56,6 +56,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() {