reset touchDownY after long pressing an icon

This commit is contained in:
tibbi 2022-09-22 22:31:28 +02:00
parent 3441a84d02
commit d39d81b025
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class AllAppsFragment(context: Context, attributeSet: AttributeSet) : MyFragment
override fun onInterceptTouchEvent(event: MotionEvent): Boolean { override fun onInterceptTouchEvent(event: MotionEvent): Boolean {
if (ignoreTouches) { if (ignoreTouches) {
touchDownY = -1
return true return true
} }