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