| | |
| | | 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/> |
| | |
| | | super.onPause(); |
| | | } |
| | | |
| | | @Subscribe |
| | | public void onEventMainThread(ThrowableFailureEvent event) { |
| | | if (!isInExecutionScope(executionScope, event)) { |
| | | return; |
| | |
| | | super.onPause(); |
| | | } |
| | | |
| | | @Subscribe |
| | | public void onEventMainThread(ThrowableFailureEvent event) { |
| | | if (!isInExecutionScope(executionScope, event)) { |
| | | return; |