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

Commit 82348201 authored by Jason Chiu's avatar Jason Chiu
Browse files

Enable the feature flag for contextual home v2

Bug: 149274976
Test: rebuild
Change-Id: Id3af8c6cae731222236a510a10cbeb9937004862
parent 9c02d036
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");
    }

    /**