RoomVC: Fix typo.

This commit is contained in:
SBiOSoftWhare
2021-10-28 18:51:25 +02:00
parent ed919d340f
commit 428b0f25a5
+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];