Fix outdated doc.

This commit is contained in:
Benoit Marty 2023-07-05 15:12:11 +02:00
parent db32484416
commit 9fb8900a5e

View file

@ -36,6 +36,7 @@ import io.element.android.libraries.designsystem.theme.components.Icon
* A swipe indicator that appears when swiping to reply to a message. * A swipe indicator that appears when swiping to reply to a message.
* *
* @param swipeProgress the progress of the swipe, between 0 and X. When swipeProgress >= 1 the swipe will be detected. * @param swipeProgress the progress of the swipe, between 0 and X. When swipeProgress >= 1 the swipe will be detected.
* @param modifier the modifier to apply to this Composable root.
*/ */
@Composable @Composable
fun RowScope.ReplySwipeIndicator( fun RowScope.ReplySwipeIndicator(