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

Commit e7dda0bb authored by Philip Milne's avatar Philip Milne
Browse files

Fix build breakage.

Change-Id: Ifdc2c02c8c18d3d372e6d2043c4819a0a7384c97
parent ba6e8554
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);