Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed problematic already shown and hidden exceptions. #26

Merged
merged 1 commit into from
Oct 3, 2014

Conversation

gw0
Copy link

@gw0 gw0 commented Oct 3, 2014

When calling show and hide intents from another thread a race condition may appear causing multiple calls to window show and hide functions. It is unnecessary for those functions throw an exception, because it is obvious what should be achieved (window either shown or hidden).

The proposed patch replaces the exceptions with a debugging notice and "does the right thing".

pingpongboss added a commit that referenced this pull request Oct 3, 2014
Removed problematic already shown and hidden exceptions.
@pingpongboss pingpongboss merged commit 0ed1411 into pingpongboss:master Oct 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants