Added init core

This commit is contained in:
M66B
2019-03-02 15:03:09 +00:00
parent eb3de5b7c5
commit a0edb817a7
2 changed files with 10 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ public class ApplicationEx extends Application {
createNotificationChannels();
MessageHelper.setSystemProperties();
Core.init(this);
}
private void createNotificationChannels() {