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

Commit 19b78d94 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 3305645: Hide recents if there are no recent apps." into honeycomb

parents f527a1d9 01f99447
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -252,7 +252,11 @@ public class RecentAppsPanel extends LinearLayout implements StatusBarPanel, OnC

    private void refreshApplicationList() {
        mActivityDescriptions = getRecentTasks();
        if (mActivityDescriptions.size() > 0) {
            updateUiElements(getResources().getConfiguration(), true);
        } else {
            mBar.animateCollapse();
        }
    }

    private Bitmap compositeBitmap(Bitmap background, Bitmap thumbnail) {