commit | ad07492046ee9721cf61e51255ae6b7ee3987697 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Jun 06 16:00:20 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Jun 06 16:00:20 2014 +0000 |
tree | c6efac8db3c3a376c1429760c0e300bcf83a65be | |
parent | c704e06ce596bd0a6de66b10b108aee95535468a [diff] | |
parent | 54a6117935fe7470d23f7a538aeec9d6b139791b [diff] |
am 54a61179: am cfd4b286: Merge "recovery: initialize keys press tracking status" * commit '54a6117935fe7470d23f7a538aeec9d6b139791b': recovery: initialize keys press tracking status
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() {