Skip to content

Commit

Permalink
Fix sample app thread navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarVelikov committed Nov 27, 2024
1 parent 1f11594 commit 94c346d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class ThreadsFragment : Fragment() {
.navigateSafely(
HomeFragmentDirections.actionOpenChat(
cid = thread.parentMessage.cid,
messageId = thread.parentMessageId,
parentMessageId = thread.parentMessageId,
),
)
Expand Down

0 comments on commit 94c346d

Please sign in to comment.