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:
Finn Behrens
2021-10-31 19:53:57 +01:00
parent 43f1ea73c5
commit 530459d6bf
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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