mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 09:41:33 -05:00
delete case in switch for deleted theme
This commit is contained in:
@@ -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