swipe-button
swipe-button copied to clipboard
Back Button
There is the possibility to change the button back from Click to longClick
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