1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 09:16:00 +00:00

Fixed background color for tabular layout

This commit is contained in:
M66B 2024-05-28 17:10:18 +02:00
parent 44d9f820f4
commit 662b39d3fd

View file

@ -674,7 +674,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
}
if (color == null)
if (black)
if (dark && black)
color = Color.BLACK;
else {
TypedValue a = new TypedValue();