Skip to content

Commit

Permalink
Fix for reappearing error-messages
Browse files Browse the repository at this point in the history
- Also call removeStickyEvent on ErrorEvents
  • Loading branch information
rubengees committed Jan 30, 2016
1 parent 4042a63 commit 8d72087
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ public void onEventMainThread(E result) {
}

public void onEventMainThread(EE errorResult) {
EventBus.getDefault().removeStickyEvent(errorResult);

//noinspection ThrowableResultOfMethodCallIgnored
ProxerException exception = errorResult.getItem();

Expand Down

0 comments on commit 8d72087

Please sign in to comment.