mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-26 22:17:02 -04:00
delete case in switch for deleted theme
This commit is contained in:
1 parent
a345788dba
commit
8bb4d9012f
1 file changed
-2
@@ -109,8 +109,6 @@ public class FDroidApp extends Application {
|
||||
return R.style.AppThemeDark;
|
||||
case light:
|
||||
return R.style.AppThemeLight;
|
||||
case lightWithDarkActionBar:
|
||||
return R.style.AppThemeLightWithDarkActionBar;
|
||||
default:
|
||||
return R.style.AppThemeDark;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user