Re-add lightWithDarkActionBar enum item (fixes #340)
Added it in the same position as it was originally.
This commit is contained in:
parent
20c3a50f3b
commit
14f04cdd8c
@ -86,6 +86,7 @@ public class FDroidApp extends Application {
|
||||
public enum Theme {
|
||||
dark,
|
||||
light,
|
||||
lightWithDarkActionBar, // Obsolete
|
||||
}
|
||||
|
||||
private static Theme curTheme = Theme.light;
|
||||
|
Loading…
x
Reference in New Issue
Block a user