commit | 2173011b77579d460a4e3ec3a74c150d1ea1d9a7 | [log] [tgz] |
---|---|---|
author | yuanhuan <yuanhuan@oppo.com> | Wed Feb 21 17:28:27 2024 +0800 |
committer | yuanhuan <yuanhuan@oppo.com> | Wed Feb 21 20:33:44 2024 +0800 |
tree | b7140c117c6fc655daecd811e5c3a70dd2b8baaf | |
parent | 5613fb78eeb48bd9aeff4c461c63b34ecb977d43 [diff] |
Fix cold-lauch Activity Embeded apps flash black. Before collect new created task fragment in createTaskFragment(), recomputeConfiguration() will set a crop in PendingTransaction,which will cause starting window be cropped before staring window reparent to root task in SyncTransaction.So addToSyncSet() before recomputeConfiguration(). Test: pressure test cold-lauch Activity Embeded apps and no flash black. Bug: b/324148725 Change-Id: I7ded9adb1c52d61b700edfdc83e7929cff67e529