Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad074920 authored by Doug Zongker's avatar Doug Zongker Committed by Android Git Automerger
Browse files

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

* commit '54a61179':
  recovery: initialize keys press tracking status
parents c704e06c 54a61179
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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() {