commit | edaa029b4676f1c6e6f3ad7ef403c3fc66c52d0e | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Fri Jul 23 01:46:08 2021 +0800 |
committer | Louis Chang <louischang@google.com> | Mon Jul 26 21:46:23 2021 +0800 |
tree | 9e434a77eaf3593325380a2dd657bb9882c4cf8d | |
parent | 9119cb969fea5a8459bb5002d4245b40a5989eba [diff] |
Fix showing duplicated recent tasks in Recents New task was created while the recent task list frozen. So, a new recent task was added, but the existing task with the same affinity was not removed. Removing the existing task and place the new task to the same index in the list. Bug: 192926123 Test: atest RecentTasksTest Change-Id: I4392c30ab58cfdeebcc2d38c9c986ce531c2f507