You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components-sample/src/main/kotlin/io/getstream/chat/ui/sample/feature/channel/list/ChannelListFragment.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ class ChannelListFragment : Fragment() {
63
63
* QuerySortByField
64
64
* .descByName<Channel>("pinned_at")
65
65
* .descByName("last_updated")
66
-
* ``` * ```
66
+
* ```
67
67
*/
68
68
privateval viewModel:ChannelListViewModel by viewModels {
0 commit comments