reset touchDownY after long pressing an icon
This commit is contained in:
parent
3441a84d02
commit
d39d81b025
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue