Skip to content

Commit

Permalink
fix: start timer when receiving messages (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Jun 21, 2023
1 parent 722f537 commit a4c0b35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ fun MessageItem(
val selfDeletionTimerState = rememberSelfDeletionTimer(header.messageStatus.expirationStatus)
if (
selfDeletionTimerState is SelfDeletionTimerHelper.SelfDeletionTimerState.Expirable
&& selfDeletionTimerState.timerStarted
) {
startDeletionTimer(
message = message,
Expand Down

0 comments on commit a4c0b35

Please sign in to comment.