mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-14 12:10:36 +01:00
007ea43dc8
Swipe-To-Reply is a progress based animation that is controlled by the ConversationItemSwipeCallback. We use the TouchListener to keep track of the latest down coordinates, so that we can check whether we are over a seek bar. The SwipeAnimationHelper is responsible for actually performing the transitions as the swipe progresses.