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

Commit ac21df22 authored by Steven Ng's avatar Steven Ng Committed by Android (Google) Code Review
Browse files

Merge "Clear WidgetCell#mItem before recylcing a WidgetCell" into sc-v2-dev

parents 12b27427 3d27207f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@ public class WidgetCell extends LinearLayout implements OnLayoutChangeListener {
            mWidgetImageContainer.removeView(mAppWidgetHostViewPreview);
        }
        mAppWidgetHostViewPreview = null;
        mItem = null;
    }

    public void setSourceContainer(int sourceContainer) {