mirror of
https://github.com/google/pebble.git
synced 2025-05-22 11:24:52 +00:00
spelling: already
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e02cd968c2
commit
405717f0de
3 changed files with 3 additions and 3 deletions
|
@ -982,7 +982,7 @@ static void prv_window_pop(void) {
|
|||
// The window_stack_remove() call should run the unload handler (which deinits the ui),
|
||||
// but in the rare case that the window never loaded (i.e. a higher priority modal was up)
|
||||
// then we could leak the phone_ui data and assert on the next phone call.
|
||||
// Deinit again to cover this case (will be a no-op) if the window was alredy deinited.
|
||||
// Deinit again to cover this case (will be a no-op) if the window was already deinited.
|
||||
prv_phone_ui_deinit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue