Remove leftover lightWithDarkActionBar enum item

This commit is contained in:
Daniel Martí 2015-08-03 17:49:48 -07:00
parent bdb71d828f
commit f1901d75ac

View File

@ -84,7 +84,8 @@ public class FDroidApp extends Application {
} }
public enum Theme { public enum Theme {
dark, light, lightWithDarkActionBar dark,
light,
} }
private static Theme curTheme = Theme.light; private static Theme curTheme = Theme.light;