Advertisement
i_trunker

Untitled

Nov 21st, 2020 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.34 KB | None | 0 0
  1.         bottom_sheet.setOnTouchListener { _, event ->
  2.          
  3.             trackMapView.map.isScrollGesturesEnabled = false
  4.  
  5.             if (event!!.action == MotionEvent.ACTION_CANCEL || event!!.action == MotionEvent.ACTION_UP) {
  6.  
  7.                 trackMapView.map.isScrollGesturesEnabled = true
  8.             }
  9.             true
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement