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

Commit 6fd4cb88 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable the feature flag for contextual home v2" into rvc-dev am:...

Merge "Enable the feature flag for contextual home v2" into rvc-dev am: 5bd455ac am: 4c8c15f1 am: a842bdf1 am: 47bf1da1

Change-Id: I93b177b7a37a35bd416c0ead109a6fe517aaeff8
parents c3c63426 47bf1da1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class FeatureFlagUtils {

        DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
        DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false");
        DEFAULT_FLAGS.put("settings_contextual_home2", "false");
        DEFAULT_FLAGS.put("settings_contextual_home2", "true");
    }

    /**