Fix composer expansion on Start DM (#6692)

This commit is contained in:
Yoan Pintas
2022-09-09 09:01:04 +02:00
committed by GitHub
parent 2ef0e9ef38
commit e5a8f1c3a0
3 changed files with 6 additions and 0 deletions
@@ -256,6 +256,10 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
updatedHeight += kContextBarHeight;
self.textView.maxHeight -= kContextBarHeight;
break;
case RoomInputToolbarViewSendModeCreateDM:
buttonImage = AssetImages.sendIcon.image;
self.inputContextViewHeightConstraint.constant = 0;
break;
default:
buttonImage = AssetImages.sendIcon.image;