pan gesture

This commit is contained in:
Mauro Romito
2022-11-09 14:21:14 +01:00
parent 57096d61bb
commit 951775b44f
4 changed files with 57 additions and 15 deletions
+2 -2
View File
@@ -602,7 +602,7 @@ static CGSize kThreadListBarButtonItemImageSize;
// Stop the loading indicator even if the session is still in progress
[self stopLoadingUserIndicator];
self.roomInputToolbarContainer.hidden = YES;
[self setMaximisedToolbarIsHiddenIfNeeded: YES];
}
- (void)viewDidAppear:(BOOL)animated
@@ -679,7 +679,7 @@ static CGSize kThreadListBarButtonItemImageSize;
self.inputToolbarView.attributedTextMessage = self.roomDataSource.partialAttributedTextMessage;
}
self.roomInputToolbarContainer.hidden = NO;
[self setMaximisedToolbarIsHiddenIfNeeded: NO];
}
- (void)viewDidDisappear:(BOOL)animated