Fixed log recursion

pull/207/head
M66B 2 years ago
parent b810b02697
commit 02d6e0119d

@ -344,8 +344,7 @@ 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