summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-04 11:57:29 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-04 14:12:39 -0400
commit0b60edb2659dfacf729a29f7aea7dab2bfa22160 (patch)
tree90e3bfb5ce60d3c9064719f32da090ffbd6ffdd8
parent0546859073a3e57ed724e4eb1d741a438a175638 (diff)
downloadSensor-Watch-0b60edb2659dfacf729a29f7aea7dab2bfa22160.tar.gz
Sensor-Watch-0b60edb2659dfacf729a29f7aea7dab2bfa22160.tar.bz2
Sensor-Watch-0b60edb2659dfacf729a29f7aea7dab2bfa22160.zip
launcher: fix typo
-rw-r--r--launcher/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/launcher.c b/launcher/launcher.c
index 43921106..38a13b5c 100644
--- a/launcher/launcher.c
+++ b/launcher/launcher.c
@@ -75,7 +75,7 @@ void app_setup() {
widgets[i].setup(&launcher_state.launcher_settings, &widget_contexts[i]);
}
- widgets[0].activate(&launcher_state.launcher_settings, widget_contexts[launcher_state.current_widget]);
+ widgets[0].activate(&launcher_state.launcher_settings, widget_contexts[0]);
event.value = 0;
event.bit.event_type = EVENT_ACTIVATE;
}