RoomVC: Fix typo.

This commit is contained in:
SBiOSoftWhare
2021-10-28 18:51:25 +02:00
parent cf6a64639d
commit cb5e210bc4
+1 -2
View File
@@ -1412,8 +1412,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
}
if (URLPreviewDidUpdateNotificationObserver)
{
[NSNotificationCenter.defaultCenter removeObserver:URLPreviewDidUpdateNotificationObserver];
(URLPreviewDidUpdateNotificationObserver) = nil;
[NSNotificationCenter.defaultCenter removeObserver:URLPreviewDidUpdateNotificationObserver];
}
[self removeCallNotificationsListeners];