Set LokiGroupChatAPI.isDebugMode as needed

This commit is contained in:
Niels Andriesse 2019-09-18 11:38:08 +10:00
parent a8460b3aac
commit 88dbeddb04

View File

@ -141,6 +141,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
@Override
public void onCreate() {
super.onCreate();
LokiGroupChatAPI.Companion.setDebugMode(BuildConfig.DEBUG); // Loki - Set debug mode if needed
Log.i(TAG, "onCreate()");
initializeSecurityProvider();
initializeLogging();