Fix outdated doc.
This commit is contained in:
parent
db32484416
commit
9fb8900a5e
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue