This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
MotionLayout OnSwipe without TouchAnchorId (support nested scroll) #856
Labels
bug
Something isn't working
Case:
MotionLayout with RecyclerView child.
Transition has OnSwipe TouchResponse without
TouchAnchorId
(whole MotionLayout area):All works fine after any MOVE touch event (non-nested scrollable): mAnchorDpDt set by minSize = Math.min(mMotionLayout.getWidth(), mMotionLayout.getHeight())
But, before processTouchEvent MOVE,
mAnchorDpDt
has incorrect value[0.01, 0.01]
and strange behavior in case nested scroll TouchResponse.scrollMoveTemporary fix:
The text was updated successfully, but these errors were encountered: