File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/com/example/chattutorial Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ android {
4747}
4848
4949dependencies {
50- implementation " io.getstream:stream-chat-android-compose:6.0.8 "
51- implementation " io.getstream:stream-chat-android-offline:6.0.8 "
50+ implementation " io.getstream:stream-chat-android-compose:6.4.3 "
51+ implementation " io.getstream:stream-chat-android-offline:6.4.3 "
5252
53- implementation(platform(" androidx.compose:compose-bom:2023.08 .00" ))
53+ implementation(platform(" androidx.compose:compose-bom:2024.06 .00" ))
5454 implementation(" androidx.activity:activity-compose:1.7.2" )
5555 implementation(" androidx.compose.ui:ui" )
5656 implementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ class MainActivity : ComponentActivity() {
6161 InitializationState .COMPLETE -> {
6262 ChannelsScreen (
6363 title = stringResource(id = R .string.app_name),
64- isShowingSearch = true ,
65- onItemClick = { channel ->
64+ onChannelClick = { channel ->
6665 startActivity(MessagesActivity4 .getIntent(this @MainActivity, channel.cid))
6766 },
6867 onBackPressed = { finish() }
You can’t perform that action at this time.
0 commit comments