mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
Re-add lightWithDarkActionBar enum item (fixes #340)
Added it in the same position as it was originally.
This commit is contained in:
@@ -86,6 +86,7 @@ public class FDroidApp extends Application {
|
||||
public enum Theme {
|
||||
dark,
|
||||
light,
|
||||
lightWithDarkActionBar, // Obsolete
|
||||
}
|
||||
|
||||
private static Theme curTheme = Theme.light;
|
||||
|
||||
Reference in New Issue
Block a user