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

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

am 74b90b30: Merge "screen_ui: Initialize text buffer"

* commit '74b90b30':
  screen_ui: Initialize text buffer
parents 1cd52423 74b90b30
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
    for (int i = 0; i < 5; i++)
        backgroundIcon[i] = NULL;

    memset(text, 0, sizeof(text));

    pthread_mutex_init(&updateMutex, NULL);
    self = this;
}