mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 05:55:04 -04:00
Remove leftover lightWithDarkActionBar enum item
This commit is contained in:
@@ -84,7 +84,8 @@ public class FDroidApp extends Application {
|
||||
}
|
||||
|
||||
public enum Theme {
|
||||
dark, light, lightWithDarkActionBar
|
||||
dark,
|
||||
light,
|
||||
}
|
||||
|
||||
private static Theme curTheme = Theme.light;
|
||||
|
||||
Reference in New Issue
Block a user