mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: dismissed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
10bc03cd17
commit
0ad05d3c3d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ static void prv_click_handler(ClickRecognizerRef recognizer, void *context) {
|
|||
}
|
||||
|
||||
static void prv_config_provider(void *context) {
|
||||
// Simple dialogs are dimissed when any button is pushed.
|
||||
// Simple dialogs are dismissed when any button is pushed.
|
||||
window_single_click_subscribe(BUTTON_ID_SELECT, prv_click_handler);
|
||||
window_single_click_subscribe(BUTTON_ID_UP, prv_click_handler);
|
||||
window_single_click_subscribe(BUTTON_ID_DOWN, prv_click_handler);
|
||||
|
|
Loading…
Add table
Reference in a new issue