MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay.

This commit is contained in:
SBiOSoftWhare
2022-02-09 08:40:24 +01:00
parent d9ace34620
commit 948e0cd192
2 changed files with 127 additions and 93 deletions
@@ -75,11 +75,9 @@
- (MXKCellData*)renderedCellData;
/**
Reset the cell.
Stop processes no more needed when cell is not visible.
The cell is no more displayed. This is time to release resources and removing listeners.
In case of UITableViewCell or UIContentViewCell object, the cell must reset in a state
that it can be reusable.
The cell is no more displayed but still recycled. This is time to stop animation.
*/
- (void)didEndDisplay;