Reduced logging

This commit is contained in:
M66B 2021-11-03 07:43:09 +01:00
parent 0f5946e9fa
commit c2035f1ffd
1 changed files with 2 additions and 1 deletions

View File

@ -531,7 +531,8 @@ public class FragmentDialogTheme extends FragmentDialogBase {
return (night ? R.style.AppThemeYouReversedBlack : R.style.AppThemeYouReversedLight);
default:
Log.e("Unknown theme=" + theme);
if (!theme.startsWith("you_"))
Log.e("Unknown theme=" + theme);
return R.style.AppThemeBlueOrangeLight;
}
}