Fixed UI glitches in dark mode

This commit is contained in:
Gil Eluard
2022-09-02 14:23:46 +02:00
parent 5f868b2851
commit 651b304bac
6 changed files with 8 additions and 8 deletions
+1 -5
View File
@@ -351,11 +351,7 @@ static CGSize kThreadListBarButtonItemImageSize;
[self setupRemoveJitsiWidgetRemoveView];
// 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.
dispatch_async(dispatch_get_main_queue(), ^{
[self updateRoomInputToolbarViewClassIfNeeded];
});
[self updateRoomInputToolbarViewClassIfNeeded];
// set extra area
[self setRoomActivitiesViewClass:RoomActivitiesView.class];