Improve the status of send messages (sending, sent, received, failed)

- Code tweaks
This commit is contained in:
Gil Eluard
2021-02-26 07:19:46 +01:00
parent 525d5e7d42
commit 20d0d43b0a
@@ -1034,12 +1034,6 @@
{
RoomBubbleCellData *cellData = bubbles[bubbleIndex];
// We are interested only by outgoing messages
if (![cellData.senderId isEqualToString: self.mxSession.credentials.userId])
{
continue;
}
NSInteger componentIndex = cellData.bubbleComponents.count;
while (componentIndex--) {
MXKRoomBubbleComponent *component = cellData.bubbleComponents[componentIndex];