Reduced logging

pull/207/head
M66B 3 years ago
parent 27fc7a4d59
commit 5ea7dd02c8

@ -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

Loading…
Cancel
Save