Merge "Set touchable region for recents input consumer with shell transitions" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
23e2cc15da
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user