mirror of https://github.com/M66B/FairEmail.git
Debug: folder favorite color
This commit is contained in:
parent
6271fd92fe
commit
6dbb2242b6
|
@ -409,6 +409,7 @@ public class FragmentDialogSelectFolder extends FragmentDialogBase {
|
|||
else {
|
||||
if (data.favorites != null && data.favorites.size() > 0) {
|
||||
Integer textColor = null;
|
||||
if (BuildConfig.DEBUG)
|
||||
try {
|
||||
TypedValue tv = new TypedValue();
|
||||
Resources.Theme theme = context.getTheme();
|
||||
|
|
Loading…
Reference in New Issue