Update MDC

This commit is contained in:
Prathamesh More 2022-05-26 15:06:50 +05:30
parent f04bf4c3aa
commit 87f1172481
3 changed files with 2 additions and 3 deletions

View file

@ -102,8 +102,6 @@ class CoverLyricsFragment : AbsMusicServiceFragment(R.layout.fragment_cover_lyri
null
}
}
}
override fun onUpdateProgressViews(progress: Int, total: Int) {

View file

@ -174,6 +174,7 @@
<style name="BottomSheetStyle" parent="Widget.Material3.BottomSheet">
<item name="paddingBottomSystemWindowInsets">false</item>
<item name="android:maxWidth">@empty</item>
<item name="shapeAppearance">?attr/shapeAppearanceCornerMedium</item>
</style>
<style name="MaterialCardViewStroke">