Room details - change messages layout: successive text messages from the same sender are concatenated in only one textView.

This commit is contained in:
giomfo
2014-11-27 10:50:09 +01:00
parent b0cf813e46
commit 7752f0ddd2
9 changed files with 963 additions and 511 deletions
@@ -268,7 +268,7 @@
MXRoom *mxRoom = [mxHandler.mxSession room:mxEvent.roomId];
cell.roomTitle.text = [mxRoom.state displayname];
cell.lastEventDescription.text = [mxHandler displayTextFor:mxEvent inSubtitleMode:YES];
cell.lastEventDescription.text = [mxHandler displayTextForEvent:mxEvent withRoomState:mxRoom.state inSubtitleMode:YES];
// Set in bold public room name
if (mxRoom.state.isPublic) {