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

Commit 417cfbce authored by Winson Chung's avatar Winson Chung
Browse files

Disable launching bubble tasks in MW windowing mode until task org

Bug: 165710928
Test: Launch a bubble and verify it shows
Change-Id: I59b96d31d541aaeab52e44bcc8e30ba2154872d4
parent 182cd692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class BubbleExpandedView extends LinearLayout {
                    ActivityOptions options = ActivityOptions.makeCustomAnimation(getContext(),
                            0 /* enterResId */, 0 /* exitResId */);
                    options.setTaskAlwaysOnTop(true);
                    options.setLaunchWindowingMode(WINDOWING_MODE_MULTI_WINDOW);
                    // Soptions.setLaunchWindowingMode(WINDOWING_MODE_MULTI_WINDOW);
                    // Post to keep the lifecycle normal
                    post(() -> {
                        if (DEBUG_BUBBLE_EXPANDED_VIEW) {