mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Fixed background color for tabular layout
This commit is contained in:
parent
44d9f820f4
commit
662b39d3fd
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (color == null)
|
if (color == null)
|
||||||
if (black)
|
if (dark && black)
|
||||||
color = Color.BLACK;
|
color = Color.BLACK;
|
||||||
else {
|
else {
|
||||||
TypedValue a = new TypedValue();
|
TypedValue a = new TypedValue();
|
||||||
|
|
Loading…
Reference in a new issue