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

Commit bb8b602b authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "ensure heads up slider is initialized."

parents 10dc5d97 4c91312d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper.
        mContentHolder.setAlpha(1f);
        mContentHolder.removeAllViews();
        mContentHolder.addView(mHeadsUp.row);
        mSwipeHelper.snapChild(mContentSlider, 1f);
        mStartTouchTime = System.currentTimeMillis() + mTouchSensitivityDelay;
        return true;
    }
@@ -231,6 +232,6 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper.

    @Override
    public View getChildContentView(View v) {
        return v;
        return mContentSlider;
    }
}
 No newline at end of file