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

Commit 233342cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Go recents visibility based off adapter" into ub-launcher3-master

parents c5b44fab f1a47a0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ public final class IconRecentsView extends FrameLayout {
     * of tasks.
     */
    private void updateContentViewVisibility() {
        int taskListSize = mTaskLoader.getCurrentTaskList().size();
        int taskListSize = mTaskAdapter.getItemCount();
        if (mEmptyView.getVisibility() != VISIBLE && taskListSize == 0) {
            crossfadeViews(mEmptyView, mContentView);
            mActivityHelper.leaveRecents();