Google-Maps-BottomSheet icon indicating copy to clipboard operation
Google-Maps-BottomSheet copied to clipboard

A BottomSheetBehavior framework mirroring Google Maps'

Results 4 Google-Maps-BottomSheet issues
Sort by recently updated
recently updated
newest added

your lib is not working with sdk28, > java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v4.widget.ViewDragHelper.processTouchEvent(android.view.MotionEvent)' on a null object reference at com.github.reline.GoogleMapsBottomSheetBehavior.onTouchEvent(GoogleMapsBottomSheetBehavior.java:436) at android.support.design.widget.CoordinatorLayout.resetTouchBehaviors(CoordinatorLayout.java:396) at android.support.design.widget.CoordinatorLayout.onAttachedToWindow(CoordinatorLayout.java:238) at android.view.View.dispatchAttachedToWindow(View.java:18347) at...

When dragging the bottomsheet from the collapsed position upwards, the bottomsheet should not be able to drag past the anchor offset until it is released.

enhancement
help wanted