Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upinvoke callback for async hide. #11
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ngryman
commented
Sep 23, 2014
|
Oh, I think #10 tackles that issue. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Yup, fixed in #10 |
latentflip
closed this
Nov 5, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks though @ngryman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ngryman commentedSep 22, 2014
When using the async version of
hide, the next view is never shown. This is becausecbis never called.This PR fixes the issue.