Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f58bd53c authored by Vania Desmonda's avatar Vania Desmonda Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-e1e5072c189643ed83e1f1803cce8a69" into tm-mainline-prod

* changes:
  [automerge] Enable feature flag to show "Turns on at bedtime" as a Schedule in Dark theme Settings page. 2p: ec4b72b7
  Enable feature flag to show "Turns on at bedtime" as a Schedule in Dark theme Settings page.
parents 385b8d2b cb3f4aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_search_always_expand", "true");
        DEFAULT_FLAGS.put(SETTINGS_APP_LANGUAGE_SELECTION, "true");
        DEFAULT_FLAGS.put(SETTINGS_ENABLE_MONITOR_PHANTOM_PROCS, "true");
        DEFAULT_FLAGS.put(SETTINGS_APP_ALLOW_DARK_THEME_ACTIVATION_AT_BEDTIME, "false");
        DEFAULT_FLAGS.put(SETTINGS_APP_ALLOW_DARK_THEME_ACTIVATION_AT_BEDTIME, "true");
        DEFAULT_FLAGS.put(SETTINGS_HIDE_SECOND_LAYER_PAGE_NAVIGATE_UP_BUTTON_IN_TWO_PANE, "true");
    }