AviranAbady / CookieBar2

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
667 stars 74 forks source link

View are not clickable #35

Open agarwalkarag opened 4 months ago

agarwalkarag commented 4 months ago

Till the time CookieBar is open the buttons and other views on the screen are not clickable we need to wait for it to get auto-dismiss or manual dismiss, after that only view are accessible.

AviranAbady commented 4 months ago

Hey @agarwalkarag please provide a demo project demonstrating the issue.