Merge "Hide OverviewActions when no tasks showing after launcher reset." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot 2020-06-02 21:29:23 +00:00 committed by Android (Google) Code Review
commit cc74b3a79c
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
public void init(OverviewActionsView actionsView) {
mActionsView = actionsView;
mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0);
}
@Override