8000 Fix show indicator on the demo app in the channel list · GetStream/stream-chat-swiftui@821c0bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 821c0bd

Browse files
committed
Fix show indicator on the demo app in the channel list
1 parent 8938fbd commit 821c0bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DemoAppSwiftUI/PinChannelHelpers.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ struct DemoAppChatChannelListItem: View {
5757
currentUserId: chatClient.currentUserId,
5858
message: channel.latestMessages.first
5959
),
60-
showReadCount: false
60+
showReadCount: false,
61+
localState: channel.latestMessages.first?.localState
6162
)
6263
}
6364
SubtitleText(text: injectedChannelInfo?.timestamp ?? channel.timestampText)

0 commit comments

Comments
 (0)
0