mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Switching composer between text mode & action mode
- Deselect text if user taps action button to avoid overlaps
This commit is contained in:
@@ -372,6 +372,8 @@ const double RoomInputToolbarViewContextBarHeight = 30;
|
||||
{
|
||||
_actionMenuOpened = actionMenuOpened;
|
||||
|
||||
self->growingTextView.internalTextView.selectedTextRange = nil;
|
||||
|
||||
if (_actionMenuOpened) {
|
||||
self.actionsBar.hidden = NO;
|
||||
[self.actionsBar animateWithShowIn:_actionMenuOpened completion:nil];
|
||||
|
||||
Reference in New Issue
Block a user