admin
2023-10-08 2c5b6e472c368e80d85b8ea2b461c9ea62981d9b
library-EventBus/src/de/greenrobot/event/util/ErrorDialogManager.java
@@ -10,7 +10,7 @@
import androidx.fragment.app.FragmentActivity;
import androidx.fragment.app.FragmentManager;
import android.util.Log;
import de.greenrobot.event.EventBus;
import org.greenrobot.eventbus.EventBus;
/**
 * Central class for app that want to use event based error dialogs.<br/>
@@ -61,6 +61,7 @@
            super.onPause();
        }
        @Subscribe
        public void onEventMainThread(ThrowableFailureEvent event) {
            if (!isInExecutionScope(executionScope, event)) {
                return;
@@ -118,6 +119,7 @@
            super.onPause();
        }
        @Subscribe
        public void onEventMainThread(ThrowableFailureEvent event) {
            if (!isInExecutionScope(executionScope, event)) {
                return;