Skip to content
Snippets Groups Projects
Commit 53f0e478 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

application: crash in case of exception in the Rx flow

Change-Id: Iae715aa3d194952621c31c9a3c0199e4885588d1
parent d3047178
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ abstract class JamiApplication : Application() {
//DynamicColors.applyToActivitiesIfAvailable(this);
RxJavaPlugins.setErrorHandler { e -> Log.e(TAG, "Unhandled RxJava error", e) }
//RxJavaPlugins.setErrorHandler { e -> Log.e(TAG, "Unhandled RxJava error", e) }
bootstrapDaemon()
mPreferencesService.loadDarkMode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment