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

innerDrawerCallback fired multiple times #4

Closed
dimitristaufer opened this issue May 9, 2019 · 5 comments
Closed

innerDrawerCallback fired multiple times #4

dimitristaufer opened this issue May 9, 2019 · 5 comments

Comments

@dimitristaufer
Copy link

First of all, thanks for creating this amazing widget!

I guess this is not really a bug, it's simply the way you implemented the innerDrawerCallback. When using a swipe gesture to open/close the drawer, I receive multiple callbacks (false, false, true when opening and true, true, false when closing).

My issue is, that I only want one callback when the drawer is closed, so that I can safely perform one single update on the main screen.

Any chance you could change this or give me a hint on how I could implement this? Thank You.

@Dn-a
Copy link
Owner

Dn-a commented May 9, 2019

@dimitristaufer
thanks for your feedback!
it's a small problem that I'll fix in the next version

@dimitristaufer
Copy link
Author

Awesome!
Any idea when we can expect your next release?

@Dn-a
Copy link
Owner

Dn-a commented May 9, 2019

@dimitristaufer few days.

@Dn-a
Copy link
Owner

Dn-a commented May 13, 2019

@dimitristaufer
in version 0.2.6 it should work correctly,

@dimitristaufer
Copy link
Author

Yes, perfect - thank you.

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

No branches or pull requests

2 participants