Fixes: icons not showing in the player menu options.

This commit is contained in:
faisalcodes 2023-02-03 21:35:41 +05:30
parent 1e379d5a91
commit 42272b878b

View File

@ -25,5 +25,5 @@ fun TextView.setDrawables(
end: Drawable? = null,
bottom: Drawable? = null
) {
TextViewCompat.setCompoundDrawablesRelative(this, start, top, end, bottom)
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(this, start, top, end, bottom)
}