File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
src/main/java/com/example/chattutorial Expand file tree Collapse file tree 3 files changed +2
-8
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 @@ -13,9 +13,7 @@ import androidx.compose.material.Icon
1313import androidx.compose.material.Scaffold
1414import androidx.compose.material.Text
1515import androidx.compose.material.icons.Icons
16- import androidx.compose.material.icons.filled.Email
1716import androidx.compose.material.icons.filled.Keyboard
18- import androidx.compose.material.icons.filled.KeyboardArrowRight
1917import androidx.compose.runtime.Composable
2018import androidx.compose.runtime.collectAsState
2119import androidx.compose.runtime.getValue
@@ -68,8 +66,6 @@ class MessagesActivity4 : AppCompatActivity() {
6866 return
6967 }
7068
71- listViewModel.start()
72-
7369 // 2 - Add the MessagesScreen to your UI
7470 setContent {
7571 ChatTheme (
You can’t perform that action at this time.
0 commit comments