We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4042a63 commit 8d72087Copy full SHA for 8d72087
app/src/main/java/com/proxerme/app/fragment/PagingFragment.java
@@ -207,6 +207,8 @@ public void onEventMainThread(E result) {
207
}
208
209
public void onEventMainThread(EE errorResult) {
210
+ EventBus.getDefault().removeStickyEvent(errorResult);
211
+
212
//noinspection ThrowableResultOfMethodCallIgnored
213
ProxerException exception = errorResult.getItem();
214
0 commit comments