arthur3486 / bottomsheets

Material Bottom Sheets library for Android
Apache License 2.0
80 stars 12 forks source link

BottomSheet Dismiss Issue #6

Open priyansh360 opened 4 years ago

priyansh360 commented 4 years ago

Hi , This is a great Library :) I have one issue in dismissing the Bottomsheet on clicking outside it. How do it prevent it from dismiss when clicked outside.

sinanerkan86 commented 4 years ago

Config.Builder has "dismissOnTouchOutside" property. You can use "new Config.Builder(hostActivity).dismissOnTouchOutside(false).build()"