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

Commit 99de98ac authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where recents stopped showing up"

parents c7c09960 dee4eaf0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -397,9 +397,11 @@ public class RecentsPanelView extends RelativeLayout implements OnItemClickListe

        mPreloadTasksRunnable = new Runnable() {
            public void run() {
                if (!mShowing) {
                    setVisibility(INVISIBLE);
                    refreshRecentTasksList();
                }
            }
        };
    }