Remove leftover lightWithDarkActionBar enum item
This commit is contained in:
parent
bdb71d828f
commit
f1901d75ac
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user