MXKRoomBubbleTableViewCell: Clear attachmentWebView on reuse.

This commit is contained in:
SBiOSoftWhare
2022-02-09 10:51:31 +01:00
parent cec8f9197d
commit 4ce8b1ad14
@@ -966,6 +966,7 @@ static BOOL _disableLongPressGestureOnEvent;
[self clearBubbleInfoContainer];
[self clearBubbleOverlayContainer];
[self resetConstraintsConstantToDefault];
[self clearAttachmentWebView];
[self didEndDisplay];
}