Re-add lightWithDarkActionBar enum item (fixes #340)

Added it in the same position as it was originally.
This commit is contained in:
Daniel Martí 2015-08-07 23:59:46 -07:00
parent 51a0bb26fa
commit 56ff9d1353

View File

@ -86,6 +86,7 @@ public class FDroidApp extends Application {
public enum Theme {
dark,
light,
lightWithDarkActionBar, // Obsolete
}
private static Theme curTheme = Theme.light;