Skip to content

Commit

Permalink
[AND-147] Add StreamKeyboardBehaviour to CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarVelikov authored and JcMinarro committed Dec 5, 2024
1 parent 94a416c commit 604dd43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@

## stream-chat-android-compose
### 🐞 Fixed
- Fix keyboard not closing when opening the attachments picker from `MessagesScreen`. [#5506](https://github.com/GetStream/stream-chat-android/pull/5506)

### ⬆️ Improved

### ✅ Added
- The `StreamAttachmentFactories.defaultFactories()` method now accepts a `skipTypes` parameter to skip specific factory types. [#5494](https://github.com/GetStream/stream-chat-android/pull/5494)
- Add `ChatTheme.keyboardBehaviour` property to customize different keyboard behaviours. [#5506](https://github.com/GetStream/stream-chat-android/pull/5506)

### ⚠️ Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private val LocalStreamMediaRecorder = compositionLocalOf<StreamMediaRecorder> {
error("No StreamMediaRecorder provided! Make sure to wrap all usages of Stream components in a ChatTheme.")
}
private val LocalKeyboardBehaviour = compositionLocalOf<StreamKeyboardBehaviour> {
error("No KeyboardBehaviour provided! Make sure to wrap all usages of Stream components in a ChatTheme.")
error("No StreamKeyboardBehaviour provided! Make sure to wrap all usages of Stream components in a ChatTheme.")
}

/**
Expand Down

0 comments on commit 604dd43

Please sign in to comment.