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

Commit ee3814de authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Fix taskbar folder leave-behind not being drawn" into sc-v2-dev

parents 701c7601 3feebeb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -90,6 +90,9 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
        // We layout the icons to be of mIconTouchSize in width and height
        mItemMarginLeftRight = actualMargin - (mIconTouchSize - actualIconSize) / 2;
        mItemPadding = (mIconTouchSize - actualIconSize) / 2;

        // Needed to draw folder leave-behind when opening one.
        setWillNotDraw(false);
    }

    protected void init(TaskbarViewController.TaskbarViewCallbacks callbacks) {