Clear associated task when starting activity in a new task.
In the case that an activity is brought to the foreground with clear top, we will start it at the top of the source record's task. The current code sets the task to match the found activity, which will no longer be the case. This changelist cleans up this reference so that we do not try to reparent and instead just add the activity to the task. Change-Id: Ic7428548fa4972aa19bc9ba890c9edaf2ff31220 Fixes: 35318848 Test: manual by bug repo steps (consistently reproducible).
Loading
Please register or sign in to comment