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

Commit 9c79becb authored by Philip Milne's avatar Philip Milne Committed by Android (Google) Code Review
Browse files

Merge "Fix build breakage."

parents 783123f7 e7dda0bb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -757,12 +757,18 @@ public class GridLayout extends ViewGroup {

    // Add/remove

    /**
     * @hide
     */
    @Override
    protected void onViewAdded(View child) {
        super.onViewAdded(child);
        invalidateStructure();
    }

    /**
     * @hide
     */
    @Override
    protected void onViewRemoved(View child) {
        super.onViewRemoved(child);