Merge "restore holo UI in recovery"
diff --git a/ui.cpp b/ui.cpp
index 9844253..c8f08cd 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -56,6 +56,7 @@
     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() {