File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/main/java/com/example/chattutorial Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ android {
4848}
4949
5050dependencies {
51- def streamVersion = " 4.15 .0"
52- implementation " io.getstream:stream-chat-android-compose:$s treamVersion -beta"
51+ def stream_version = " 4.16 .0"
52+ implementation " io.getstream:stream-chat-android-compose:$s tream_version -beta"
5353
5454 implementation " androidx.compose.material:material-icons-extended:$compose_version "
5555
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ class MessagesActivity3 : AppCompatActivity() {
6464 return
6565 }
6666
67- listViewModel.start()
68-
6967 // 2 - Add the MessagesScreen to your UI
7068 setContent {
7169 ChatTheme (
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ class MessagesActivity4 : AppCompatActivity() {
6868 return
6969 }
7070
71- listViewModel.start()
72-
7371 // 2 - Add the MessagesScreen to your UI
7472 setContent {
7573 ChatTheme (
You can’t perform that action at this time.
0 commit comments