@@ -10,12 +10,12 @@ import androidx.appcompat.app.AppCompatActivity
1010import io.getstream.chat.android.compose.ui.messages.ChannelScreen
1111import io.getstream.chat.android.compose.ui.theme.ChatTheme
1212import io.getstream.chat.android.compose.viewmodel.messages.AttachmentsPickerViewModel
13+ import io.getstream.chat.android.compose.viewmodel.messages.ChannelViewModelFactory
1314import io.getstream.chat.android.compose.viewmodel.messages.MessageComposerViewModel
1415import io.getstream.chat.android.compose.viewmodel.messages.MessageListViewModel
15- import io.getstream.chat.android.compose.viewmodel.messages.ChannelViewModelFactory
1616
1717/* *
18- * [Usage](https://getstream.io/chat/docs/sdk/android/compose/message-components/messages -screen/#usage)
18+ * [Usage](https://getstream.io/chat/docs/sdk/android/compose/message-components/channel -screen/#usage)
1919 */
2020private object ChannelScreenUsageSnippet {
2121
@@ -41,7 +41,7 @@ private object ChannelScreenUsageSnippet {
4141}
4242
4343/* *
44- * [Handling Actions](https://getstream.io/chat/docs/sdk/android/compose/message-components/messages -screen/#handling-actions)
44+ * [Handling Actions](https://getstream.io/chat/docs/sdk/android/compose/message-components/channel -screen/#handling-actions)
4545 */
4646private object ChannelScreenHandlingActionsSnippet {
4747
@@ -71,7 +71,7 @@ private object ChannelScreenHandlingActionsSnippet {
7171}
7272
7373/* *
74- * [Customization](https://getstream.io/chat/docs/sdk/android/compose/message-components/messages -screen/#customization)
74+ * [Customization](https://getstream.io/chat/docs/sdk/android/compose/message-components/channel -screen/#customization)
7575 */
7676private object ChannelScreenCustomizationSnippet {
7777
@@ -101,9 +101,9 @@ private object ChannelScreenCustomizationSnippet {
101101}
102102
103103/* *
104- * [Overriding the ViewModels](https://getstream.io/chat/docs/sdk/android/compose/message-components/messages -screen/#customization)
104+ * [Overriding the ViewModels](https://getstream.io/chat/docs/sdk/android/compose/message-components/channel -screen/#customization)
105105 */
106- private object MessageScreenOverridingTheViewModelsSnippet {
106+ private object ChannelScreenOverridingTheViewModelsSnippet {
107107
108108 class MessagesActivity : ComponentActivity () {
109109
0 commit comments