delete case in switch for deleted theme

This commit is contained in:
Nico Alt committed 2015-06-15 21:19:15 +02:00
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;
}