Skip to content
Commit be3d9a3b authored by Louis Chang's avatar Louis Chang
Browse files

Deferring visibility updates while applying WCT

The activity was relaunched twice when applying a WCT. The first
relaunch was due to windowing mode changes. The second relaunch was
due to orientation changes.

The issue was observed on freeform display when moving the freeform
tasks into split-screen. The orientation of the freefrom tasks were
changed from landscape to portrait when entering split-screen, which
caused the activity relaunch second time.

Deferring the visibility updates while applying WCT and just do it
once (if needed) after all of the changes in the WCT are done.

Bug: 191891601
Test: atest ActivityLifecycleLegacySplitScreenTests
Change-Id: I9a09e11c0ce87a2454a38cf9305f0f15d5399390
parent 4718d33e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment