Fixed Material You dark background color

pull/217/head
M66B 9 months ago
parent 27a45dcc92
commit 5ad675c5d3

@ -663,8 +663,8 @@ public class FragmentDialogTheme extends FragmentDialogBase {
Integer color = null; Integer color = null;
if (cards) { if (cards) {
if (you && (!dark || !black) && Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) { if (you && !black && Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
if (beige) if (!dark && beige)
color = ContextCompat.getColor(context, R.color.lightColorBackground_cards_beige); color = ContextCompat.getColor(context, R.color.lightColorBackground_cards_beige);
else else
color = ContextCompat.getColor(context, dark color = ContextCompat.getColor(context, dark

Loading…
Cancel
Save