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

Commit b98d7c98 authored by Ben Lin's avatar Ben Lin Committed by Automerger Merge Worker
Browse files

Merge "PiP: Recheck condition to pass input to menu." into sc-dev am: 8c39ee10

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14508696

Change-Id: I2f756e6be5783916d5835fd890a43c2048113697
parents 47d4002d 8c39ee10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -614,7 +614,7 @@ public class PipTouchHandler {
            }
        }

        shouldDeliverToMenu |= !mPipBoundsState.isStashed();
        shouldDeliverToMenu &= !mPipBoundsState.isStashed();

        // Deliver the event to PipMenuActivity to handle button click if the menu has shown.
        if (shouldDeliverToMenu) {