fullscreen mode with navigation controller superview

This commit is contained in:
Mauro Romito
2022-11-08 14:56:12 +01:00
parent 4633c33368
commit 9d6279590b
5 changed files with 7 additions and 4 deletions
+4
View File
@@ -601,6 +601,8 @@ static CGSize kThreadListBarButtonItemImageSize;
// Stop the loading indicator even if the session is still in progress
[self stopLoadingUserIndicator];
self.roomInputToolbarContainer.hidden = YES;
}
- (void)viewDidAppear:(BOOL)animated
@@ -676,6 +678,8 @@ static CGSize kThreadListBarButtonItemImageSize;
// Note: We have to wait for viewDidAppear before updating growingTextView (viewWillAppear is too early)
self.inputToolbarView.attributedTextMessage = self.roomDataSource.partialAttributedTextMessage;
}
self.roomInputToolbarContainer.hidden = NO;
}
- (void)viewDidDisappear:(BOOL)animated