mirror of https://github.com/M66B/FairEmail.git
parent
aa1e852db2
commit
3225d002fc
|
@ -344,8 +344,8 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
|||
boolean light = (composer_light && context instanceof ActivityCompose);
|
||||
if (light)
|
||||
night = false;
|
||||
|
||||
Log.i("Activity theme=" + theme + "light = " + light + " night=" + night);
|
||||
EntityLog.log(context, "Activity theme=" + theme +
|
||||
"light = " + light + " night=" + night);
|
||||
|
||||
switch (theme) {
|
||||
// Light
|
||||
|
|
Loading…
Reference in New Issue