arthur3486 / bottomsheets

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

Activity blinking wneh dialog dismissed with animation. #7

Open LinerSRT opened 4 years ago

LinerSRT commented 4 years ago

In Xiaomi devices, when dialog was closed with animation, activity blink's with black color for few milliseconds. The solution to fix this its just diable animation on close, and it works. But when you enable "dismissOnTouchOutside" you cannod disable animation, cause you cant override this method, so its again blinking. screenrecord_14 06 2020_21 30 18

LinerSRT commented 4 years ago

The issue in https://github.com/arthur3486/bottomsheets/blob/0afe3f80f427d0bd27bafc0f7561c270c6049f8b/bottomsheets-core/src/main/java/com/arthurivanets/bottomsheets/BottomSheetContainer.java#L427