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

Commit 726bb972 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 7aca28a2: Merge "Fixed the gap which could occur after the speedbumpview." into lmp-preview-dev

* commit '7aca28a28037b62c8341d91d8ac2b6056cfa8137':
  Fixed the gap which could occur after the speedbumpview.
parents 60e3422d 0b176bbc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -103,8 +103,12 @@ public class SpeedBumpView extends ExpandableView implements View.OnClickListene

    @Override
    public int getIntrinsicHeight() {
        if (mCurrentAnimator != null) {
            // expand animation is running
            return getActualHeight();
        }
        return mIsExpanded ? getHeight() : mCollapsedHeight;
    }

    @Override
    protected void onLayout(boolean changed, int left, int top, int right, int bottom) {