delete case in switch for deleted theme

This commit is contained in:
Nico Alt 2015-06-14 21:34:58 +02:00
parent a345788dba
commit 8bb4d9012f

View File

@ -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;
}