|
@@ -39,13 +39,6 @@ class JitsiMeetUncaughtExceptionHandler implements Thread.UncaughtExceptionHandl
|
39
|
39
|
public void uncaughtException(Thread t, Throwable e) {
|
40
|
40
|
Log.e(this.getClass().getSimpleName(), "FATAL ERROR", e);
|
41
|
41
|
|
42
|
|
- // Terminate all conferences
|
43
|
|
- for (BaseReactView view: BaseReactView.getViews()) {
|
44
|
|
- if (view instanceof JitsiMeetView) {
|
45
|
|
- ((JitsiMeetView) view).leave();
|
46
|
|
- }
|
47
|
|
- }
|
48
|
|
-
|
49
|
42
|
// Abort all ConnectionService ongoing calls
|
50
|
43
|
if (AudioModeModule.useConnectionService()) {
|
51
|
44
|
ConnectionService.abortConnections();
|