mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: initialization
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
42ff2a4a3e
commit
4ec73561f9
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ static void prv_health_service_event_handler(HealthEventType event, void *contex
|
||||||
//
|
//
|
||||||
|
|
||||||
//! Initialize application
|
//! Initialize application
|
||||||
static void prv_finish_initilization_cb(bool in_focus) {
|
static void prv_finish_initialization_cb(bool in_focus) {
|
||||||
if (in_focus) {
|
if (in_focus) {
|
||||||
HealthAppData *health_app_data = app_state_get_user_data();
|
HealthAppData *health_app_data = app_state_get_user_data();
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ static void prv_initialize(void) {
|
||||||
|
|
||||||
// Finish up initializing the app a bit later. This helps reduce lag when opening the app
|
// Finish up initializing the app a bit later. This helps reduce lag when opening the app
|
||||||
app_focus_service_subscribe_handlers((AppFocusHandlers){
|
app_focus_service_subscribe_handlers((AppFocusHandlers){
|
||||||
.did_focus = prv_finish_initilization_cb,
|
.did_focus = prv_finish_initialization_cb,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue