Fixed issue when destroying service

This commit is contained in:
Sylvain Berfini 2019-02-21 15:27:34 +01:00
parent e77dc1e484
commit 15ab10b4cb

View file

@ -432,7 +432,7 @@ public final class LinphoneService extends Service {
LinphoneActivity.instance().finish(); LinphoneActivity.instance().finish();
} }
LinphoneUtils.configureLoggingService(false, getString(R.string.app_name)); Factory.instance().getLoggingService().removeListener(mJavaLoggingService);
super.onDestroy(); super.onDestroy();
} }