mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Reduced logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user