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

Commit 963c4b06 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Enable split from workspace / all apps

Bug: 216829535
Test: N/A
Change-Id: I19deeebf2ced6b55f2af3d20fa2fd9f7d006453d
parent 4acb718a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ public final class FeatureFlags {
            "Enables accessing All Apps from the system Taskbar.");

    public static final BooleanFlag ENABLE_SPLIT_FROM_WORKSPACE = getDebugFlag(
            "ENABLE_SPLIT_FROM_WORKSPACE", false,
            "ENABLE_SPLIT_FROM_WORKSPACE", true,
            "Enable initiating split screen from workspace.");

    public static void initialize(Context context) {