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
Refactor GroupChannelEditScreen to handle its own GroupChannelEditViewModelFactory instantiation.
- Remove `viewModelFactory` parameter from `GroupChannelEditScreen` and internalize its creation using `LocalContext` and the provided `channel.cid`.
- Update `GroupChannelInfoScreen` to no longer pass a factory to `GroupChannelEditScreen`.
- Simplify `GroupChannelEditPlaceholder` by removing redundant factory initialization.
- Provide a default empty lambda for the `onDismiss` parameter in `GroupChannelEditScreen`.
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/channel/info/GroupChannelEditScreen.kt
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/channel/info/GroupChannelInfoScreen.kt
0 commit comments