Skip to content

Commit 099f9b6

Browse files
committed
Update README
1 parent 914f340 commit 099f9b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The sample apps consist of two screens:
2121
Each module contains multiple `ChannelActivity` implementations, which correspond to the steps of the tutorial. You can easily swap them by changing the `setOnChannelClickListener` located in `MainActivity`:
2222

2323
```kotlin
24-
channelsView.setOnChannelClickListener { channel ->
24+
channelListView.setOnChannelClickListener { channel ->
2525
// open the channel activity
2626
startActivity(ChannelActivity.newIntent(this, channel))
2727
}
@@ -31,5 +31,5 @@ Currently, you can choose from four different `ChannelActivity` implementations:
3131
<!-- TODO: Add links when the new version of the Android Tutorial is published -->
3232
* `ChannelActivity` - a basic _Message List_ implementation
3333
* `ChannelActivity2` - includes a new _MessageListView_ style and custom attachment type
34-
* `ChannelActivity3` - includes a custom _Channel Header_ component created with the [LiveData&Offline](https://github.com/GetStream/stream-chat-android-livedata) library
35-
* `ChannelActivity4` - includes a custom _Channel Header_ component created with the [Low-Level Client](https://github.com/GetStream/stream-chat-android-client) library
34+
* `ChannelActivity3` - includes a custom _Typing Header_ component created with the [LiveData&Offline](https://github.com/GetStream/stream-chat-android-livedata) library
35+
* `ChannelActivity4` - includes a custom _Typing Header_ component created with the [Low-Level Client](https://github.com/GetStream/stream-chat-android-client) library

0 commit comments

Comments
 (0)