MXKRoomBubbleTableViewCell: Clear attachmentWebView on reuse.

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