swipe-button icon indicating copy to clipboard operation
swipe-button copied to clipboard

Back Button

Open geodmina opened this issue 7 years ago • 1 comments

There is the possibility to change the button back from Click to longClick

geodmina avatar Oct 01 '17 17:10 geodmina

Hello @geodmina. It is not simple, since this button handles the touch in a very low level. But it can be done. You can achieve this behavior with a Handler().postDelayed([set something to false], 500) in the MotionEvent.ACTION_DOWN. You are more than welcome to open a PR if you have some time to spend on this feature

leandroBorgesFerreira avatar Oct 04 '17 13:10 leandroBorgesFerreira