Skip to content

Commit

Permalink
Merge pull request #282 from dyte-io/android-chat-component
Browse files Browse the repository at this point in the history
fix: chat bottomsheet constructor
  • Loading branch information
rohitkhirid authored Feb 28, 2024
2 parents d9d1eef + 55d8013 commit e49ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/android/components/dyte-chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >-
Fully featured chat screen with image & file upload and auto-scroll.

```kotlin
val dyteChatBottomSheet = DyteChatBottomSheet(meeting)
val dyteChatBottomSheet = DyteChatBottomSheet()
dyteChatBottomSheet.show(
fragmentManager,
"SOME_TAG_HERE"
Expand Down

0 comments on commit e49ee78

Please sign in to comment.