Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8e99b56 authored by Sreyas's avatar Sreyas
Browse files

Hide OverviewActions when no tasks showing after launcher reset.

Bug: 157709549
Change-Id: I1fe00a588a6cc5e840d38a08844017383c94fe68
parent 2911c56a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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