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

Commit 85fabaca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set touchable region for recents input consumer with shell transitions"...

Merge "Set touchable region for recents input consumer with shell transitions" into tm-dev am: 23e2cc15

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

Change-Id: Ifdfd2d0c7eff9331149eb4d7d82db128961fc024
parents d4a49480 23e2cc15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -522,6 +522,8 @@ final class InputMonitor {
                layer = layer != null ? layer : activeRecents;
                // Handle edge-case for SUW where windows don't exist yet
                if (layer.getSurfaceControl() != null) {
                    mRecentsAnimationInputConsumer.mWindowHandle
                            .replaceTouchableRegionWithCrop(layer.getSurfaceControl());
                    mRecentsAnimationInputConsumer.show(mInputTransaction, layer);
                    mAddRecentsAnimationInputConsumerHandle = false;
                }