mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reduced logging
This commit is contained in:
@@ -344,8 +344,8 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||
boolean light = (composer_light && context instanceof ActivityCompose);
|
||||
if (light)
|
||||
night = false;
|
||||
EntityLog.log(context, "Activity theme=" + theme +
|
||||
"light = " + light + " night=" + night);
|
||||
|
||||
Log.i("Activity theme=" + theme + "light = " + light + " night=" + night);
|
||||
|
||||
switch (theme) {
|
||||
// Light
|
||||
|
||||
Reference in New Issue
Block a user