mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Bug Fix #96
I see my avatar moving down from the header down to the text input field when entering a room.
This commit is contained in:
@@ -179,8 +179,12 @@
|
||||
// Replace the default input toolbar view.
|
||||
// Note: this operation will force the layout of subviews. That is why cell view classes must be registered before.
|
||||
[self setRoomInputToolbarViewClass:RoomInputToolbarView.class];
|
||||
[self roomInputToolbarView:self.inputToolbarView heightDidChanged:((RoomInputToolbarView*)self.inputToolbarView).mainToolbarMinHeightConstraint.constant completion:nil];
|
||||
|
||||
// Disable animation during the update of the inputToolBar height.
|
||||
[UIView setAnimationsEnabled:NO];
|
||||
[self roomInputToolbarView:self.inputToolbarView heightDidChanged:((RoomInputToolbarView*)self.inputToolbarView).mainToolbarMinHeightConstraint.constant completion:nil];
|
||||
[UIView setAnimationsEnabled:YES];
|
||||
|
||||
// Set user picture in input toolbar
|
||||
MXKImageView *userPictureView = ((RoomInputToolbarView*)self.inputToolbarView).pictureView;
|
||||
if (userPictureView)
|
||||
|
||||
Reference in New Issue
Block a user