For #25980: Replace removed BottomSheetDialog style.

This commit is contained in:
mcarare 2022-07-12 09:31:01 +03:00 committed by mergify[bot]
parent ab928ac272
commit a4696c8fba
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@
<item name="android:windowIsFloating">false</item>
</style>
<style name="BottomSheetBase" parent="ThemeOverlay.MaterialComponents.Light.BottomSheetDialog">
<style name="BottomSheetBase" parent="ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog">
<item name="android:windowIsFloating">false</item>
</style>