mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: reload
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0c55d530ac
commit
cfea0fc3c2
1 changed files with 1 additions and 1 deletions
|
@ -1358,7 +1358,7 @@ static void prv_handle_notification_added_common(Uuid *id, NotificationType type
|
||||||
const bool should_animate = !do_not_disturb_is_active();
|
const bool should_animate = !do_not_disturb_is_active();
|
||||||
notification_window_focus_notification(id, should_animate);
|
notification_window_focus_notification(id, should_animate);
|
||||||
} else {
|
} else {
|
||||||
// If we are inserting into the middle of this list, just reaload the swap layer so the
|
// If we are inserting into the middle of this list, just reload the swap layer so the
|
||||||
// number of notifications displayed is correct
|
// number of notifications displayed is correct
|
||||||
prv_reload_swap_layer(data);
|
prv_reload_swap_layer(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue