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

Commit 1a8b72af authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a NPE during setup wizard" into lmp-dev

parents 5ca4a78e e34c6513
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -256,8 +256,10 @@ public abstract class ExpandableView extends FrameLayout {
    }

    public void reset() {
        if (mOnHeightChangedListener != null) {
            mOnHeightChangedListener.onReset(this);
        }
    }

    /**
     * A listener notifying when {@link #getActualHeight} changes.