Skip to content

Commit 8d72087

Browse files
committed
Fix for reappearing error-messages
- Also call removeStickyEvent on ErrorEvents
1 parent 4042a63 commit 8d72087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/proxerme/app/fragment/PagingFragment.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ public void onEventMainThread(E result) {
207207
}
208208

209209
public void onEventMainThread(EE errorResult) {
210+
EventBus.getDefault().removeStickyEvent(errorResult);
211+
210212
//noinspection ThrowableResultOfMethodCallIgnored
211213
ProxerException exception = errorResult.getItem();
212214

0 commit comments

Comments
 (0)