Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)
This commit is contained in:
@@ -434,7 +434,7 @@ static NotificationApp* notification_app_alloc() {
|
||||
};
|
||||
|
||||
// App
|
||||
int32_t notification_app(void* p) {
|
||||
int32_t notification_srv(void* p) {
|
||||
NotificationApp* app = notification_app_alloc();
|
||||
|
||||
if(!notification_load_settings(app)) {
|
||||
|
@@ -222,7 +222,7 @@ static void free_settings(NotificationAppSettings* app) {
|
||||
free(app);
|
||||
}
|
||||
|
||||
int32_t notification_app_settings(void* p) {
|
||||
int32_t notification_settings_app(void* p) {
|
||||
NotificationAppSettings* app = alloc_settings();
|
||||
view_dispatcher_run(app->view_dispatcher);
|
||||
notification_message_save_settings(app->notification);
|
Reference in New Issue
Block a user