summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 9098180fb8..60164515fa 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -340,7 +340,7 @@ static void init(void)
340#ifdef SIMULATOR 340#ifdef SIMULATOR
341 sim_tasks_init(); 341 sim_tasks_init();
342#endif 342#endif
343#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 343#if (CONFIG_PLATFORM & PLATFORM_ANDROID) && !defined(DX50) && !defined(DX90)
344 notification_init(); 344 notification_init();
345#endif 345#endif
346 lang_init(core_language_builtin, language_strings, 346 lang_init(core_language_builtin, language_strings,