mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 23:27:38 -04:00
[WIP] - Allow developers to specify if they want clay to open app message inbox automatically
This commit is contained in:
@@ -59,7 +59,8 @@ static void prv_init(void) {
|
||||
.settings_updated = prv_clay_updated_handler,
|
||||
};
|
||||
|
||||
clay_init(CLAY_INBOX_SIZE, &clay_callbacks, NULL);
|
||||
clay_register_callbacks(&clay_callbacks, NULL);
|
||||
clay_init(CLAY_INBOX_SIZE, true);
|
||||
|
||||
s_window = window_create();
|
||||
window_set_window_handlers(s_window, (WindowHandlers) {
|
||||
|
||||
Reference in New Issue
Block a user