summaryrefslogtreecommitdiff
path: root/services/coverage/java
diff options
context:
space:
mode:
author Chris Li <lihongyu@google.com> 2023-01-06 19:13:15 +0800
committer Chris Li <lihongyu@google.com> 2023-01-09 10:09:30 +0800
commit722ec8b713f4c09ee9a69246b16ff43c30ef5b6b (patch)
treef8b2cac2f6358367b845ab2694a4e61ab1ef5d89 /services/coverage/java
parent6b14088df3a20510f77efbd1b58d97a7e72b545d (diff)
Fix ActivityEmbedding issues with REORDER_TO_FRONT
1. When the primary TaskFragment is finished with shouldFinishDependent = false, it should still finish the placeholder TaskFragment. Otherwise it may leave the placeholder there forever. 2. In case the app starts two activities one after another, if the first Intent is not handled, but the second is, when the first activity onCreate reach the organizer, it may be reparented to a new TaskFragment that is on top of the second activity. We want to make sure that the TaskFragment is created at the same position as the reparent Activity. Bug: 255628567 Test: manually verify with the test app in the bug. Test: atest WMJetpackUnitTests:TaskFragmentContainerTest Test: atest WmTests:TaskFragmentOrganizerControllerTest Change-Id: Ie48d7e46786cabcf3a1ededa9275f0223e2f477f
Diffstat (limited to 'services/coverage/java')
0 files changed, 0 insertions, 0 deletions