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
Hello again! :)
I have FrameLayout and SwipeLayout inside it.
I implemented double tap listener with GestureDetector on my FrameLayout, but it is not work properly with SwipeLayout. Double tap event fire randomly (I tap 10 times very fast but get only 1 or 2 double tap event instead of 5). If I remove SwipeLayout from view or set it visibility to GONE - double tap work fine. My view:
Hello again! :)
I have FrameLayout and SwipeLayout inside it.
I implemented double tap listener with GestureDetector on my FrameLayout, but it is not work properly with SwipeLayout. Double tap event fire randomly (I tap 10 times very fast but get only 1 or 2 double tap event instead of 5). If I remove SwipeLayout from view or set it visibility to GONE - double tap work fine. My view:
And some element outside and inside RelativeLayout
My code:
If you need more details then feel free to ask it.
The text was updated successfully, but these errors were encountered: