fix: popups backgrounds to black when in OLED mode
This commit is contained in:
parent
9bb4c702f3
commit
2912ee5f73
16 changed files with 24 additions and 1 deletions
|
@ -184,7 +184,7 @@ open class BottomSheetDialogFragment : BottomSheetDialogFragment() {
|
|||
val typedValue = TypedValue()
|
||||
val theme = requireContext().theme
|
||||
theme.resolveAttribute(
|
||||
com.google.android.material.R.attr.colorOnSurfaceInverse,
|
||||
com.google.android.material.R.attr.colorSurface,
|
||||
typedValue,
|
||||
true
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue