Skip to content
Commit 3bcc3950 authored by Jerry Chang's avatar Jerry Chang
Browse files

Fix Launcher being occluded during rotate transition

I1177b1ef removed independent checks and reparent all transition-leashes
to root leash. Which result to wrong z-order setup during rotation
transition because it also reparents task display area transition-leash
to root leash.

This brings back independent change checks and overrides root task
targets with corresponding child task info. This is needed because
Launcher monitors leaf task id to perform recent apps transition.
Otherwise child task targets might get transformed twice with the flow
like RecentsView#redrawLiveTile.

Bug: 206487881
Test: close landscape app to portrait home, observed Launcher stays on
      top of wallpaper during transition.
Test: swipe up split pair to recent apps panel transformes thumbnail
      pair properly.

Change-Id: I234e329c40938cec7e35a62dc51d00cdf2e84b0b
parent d73fb507
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