You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a double tap outside a CardPage will crash the app since the popmodalAsync will be called twice.
This can be solved by removing the tapgesturerecognizer when the page is popped (this will also prevent memory leaks)
The text was updated successfully, but these errors were encountered:
On Mon, Mar 6, 2017 at 1:09 AM, bentmar ***@***.***> wrote:
a double tap outside a cardview will crash the app since the popmodalAsync
will be called twice.
This can be solved by removing the tapgesturerecognizer when the page is
popped (this will also prevent memory leaks)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AA1a9J5txuyeoHZm2g2Xj0rHpyzGLzPlks5ri06zgaJpZM4MTm5p>
.
a double tap outside a CardPage will crash the app since the popmodalAsync will be called twice.
This can be solved by removing the tapgesturerecognizer when the page is popped (this will also prevent memory leaks)
The text was updated successfully, but these errors were encountered: