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
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Tap the red floating action button at the lower-right.
Tap Remove button and the button will be removed.
Tap and hold on the label for Restore Button for a few seconds and then let go. Nothing will happen, which is unexpected.
Do a quick tap on the label for Restore Button and the button will be restored.
The results of step 5 seems like a bug to me. I debugged this a little and it seems like View.onTouchEvent() is called with MotionEvent.ACTION_UP and it checks PFLAG_PREPRESSED or PFLAG_PRESSED and neither is set, so it doesn't do anything. Maybe there is a timer somewhere (maybe for long-press detection? I'm not sure.) that is clearing the flags.
Thanks.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The results of step 5 seems like a bug to me. I debugged this a little and it seems like
View.onTouchEvent()
is called withMotionEvent.ACTION_UP
and it checksPFLAG_PREPRESSED
orPFLAG_PRESSED
and neither is set, so it doesn't do anything. Maybe there is a timer somewhere (maybe for long-press detection? I'm not sure.) that is clearing the flags.Thanks.
The text was updated successfully, but these errors were encountered: