matrix-org / matrix-ios-kit

Reusable UI interfaces to ease building of Matrix client apps
http://www.matrix.org
Apache License 2.0
128 stars 71 forks source link

Fix cell height when read receipts update. #922

Closed pixlwave closed 3 years ago

pixlwave commented 3 years ago

Fixes https://github.com/vector-im/element-ios/issues/4950 and likely issues like https://github.com/vector-im/element-ios/issues/4564 although I'm unsure how to reliably reproduce those kind of things.

Both updateCellDataReactions:forEventId: and updateCellData:forEditionWithReplaceEvent:andEventId: indicate that the text layout needs recomputing, but updateCellData:withReadReceipts:forEventId: did not.

Frame 1