mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
get rid of additional UIHostingController. Cleanup and comments.
This commit is contained in:
@@ -1997,13 +1997,6 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
// Show or hide input tool bar
|
||||
[self updateInputToolBarVisibility];
|
||||
|
||||
if (@available(iOS 15.0, *)) {
|
||||
if (self.inputToolbarView && [self.inputToolbarView isKindOfClass:WysiwygInputToolbarView.class]) {
|
||||
// Update actions when the input toolbar refreshed
|
||||
[self setupActions];
|
||||
}
|
||||
}
|
||||
|
||||
// Check whether the input toolbar is ready before updating it.
|
||||
if (self.inputToolbarView && [self.inputToolbarView isKindOfClass:RoomInputToolbarView.class])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user