mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 08:23:56 +00:00
fix: popups backgrounds to black when in OLED mode
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user