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

Commit dee4eaf0 authored by Michael Jurka's avatar Michael Jurka
Browse files

Fix bug where recents stopped showing up

Fixed bug where Rapid-fire pressing the
Recents button could sometimes cause Recents
to stop showing up

Change-Id: I06b783e6af637a50066ea71b50059e7042b643a0
parent 6a78cd85
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();
                }
            }
        };
    }