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
- Tweaked animation speed
This commit is contained in:
@@ -201,7 +201,7 @@ const double RoomInputToolbarViewContextBarHeight = 30;
|
||||
|
||||
if (self.mainToolbarHeightConstraint.constant != updatedHeight)
|
||||
{
|
||||
[UIView animateWithDuration:.3 animations:^{
|
||||
[UIView animateWithDuration:.15 animations:^{
|
||||
self.mainToolbarHeightConstraint.constant = updatedHeight;
|
||||
[self layoutIfNeeded];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user