Skip to content
Commit 8ecfc6b2 authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Fix getAnimationTargets so that it returns valid animation target

AppTransitionController#getAnimationTargets traverse ancestors of
activity to find animation targets. Previously it can reach
DisplayContent#mWindowContainers which does not inherit
WindowContainer#createRemoteAnimationTarget thus cannot be a remote
animation target.

After this CL, getAnimationTargets stops traversing if it reaches
WindowContainer which cannot be a remote animation target.

Bug: 149716548
Test: None
Change-Id: Ie94ab8ecd35e9dcc28d0b8f7aaeb058e15b0f80b
parent bb4af580
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment