Simon

Results 4 comments of Simon

https://github.com/makovkastar/FloatingActionButton/issues/54

@JideGuru Could you please update the epub_viewer dependency?

Use this snippet if you place your carousel as a row item in a recyclerview. ``` override fun onInterceptTouchEvent(event: MotionEvent?): Boolean = true override fun onTouchEvent(event: MotionEvent?): Boolean { when...

The easiest solution for now was to ignore clicks while the motionlayout is in transition.