Update actions when the input toolbar is refreshed

This commit is contained in:
ismailgulek
2022-06-14 17:02:58 +03:00
parent fd3b4647ad
commit 44e79e5fcd
+3
View File
@@ -1849,6 +1849,9 @@ static CGSize kThreadListBarButtonItemImageSize;
// Update encryption decoration if needed
[self updateEncryptionDecorationForRoomInputToolbar:roomInputToolbarView];
// Update actions when the input toolbar refreshed
[self setupActions];
}
else if (self.inputToolbarView && [self.inputToolbarView isKindOfClass:DisabledRoomInputToolbarView.class])
{