mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Remember keyboard language for room
This adds a `textInputContextIdentifier` to the RoomViewController to save the current language per room. Signed-off-by: Finn Behrens <me@kloenk.dev>
This commit is contained in:
@@ -2030,6 +2030,11 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
roomInputView.actionsBar.actionItems = actionItems;
|
||||
}
|
||||
|
||||
- (NSString *)textInputContextIdentifier
|
||||
{
|
||||
return self.roomDataSource.roomId;
|
||||
}
|
||||
|
||||
- (void)roomInputToolbarViewPresentStickerPicker
|
||||
{
|
||||
// Search for the sticker picker widget in the user account
|
||||
|
||||
Reference in New Issue
Block a user