Merge "Reset mTopRowIdSet in applyLoadPlan" into main
This commit is contained in:
@@ -1838,6 +1838,9 @@ public abstract class RecentsView<
|
||||
// the new set of views are added
|
||||
int previousCurrentPage = mCurrentPage;
|
||||
int previousFocusedPage = indexOfChild(getFocusedChild());
|
||||
// TaskIds will no longer be valid after remove and re-add, clearing mTopRowIdSet.
|
||||
mAnyTaskHasBeenDismissed = false;
|
||||
mTopRowIdSet.clear();
|
||||
removeAllViews();
|
||||
|
||||
// If we are entering Overview as a result of initiating a split from somewhere else
|
||||
|
||||
Reference in New Issue
Block a user