Fixed log recursion

This commit is contained in:
M66B 2022-04-27 21:19:16 +02:00
parent b810b02697
commit 02d6e0119d
1 changed files with 1 additions and 2 deletions

View File

@ -344,8 +344,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
boolean light = (composer_light && context instanceof ActivityCompose); boolean light = (composer_light && context instanceof ActivityCompose);
if (light) if (light)
night = false; night = false;
EntityLog.log(context, "Activity theme=" + theme + Log.i("Activity theme=" + theme + " light=" + light + " night=" + night);
"light = " + light + " night=" + night);
switch (theme) { switch (theme) {
// Light // Light