Like every messaging app I know does
Details
Details
- Reviewers
sredman - Group Reviewers
KDE Connect - Commits
- R224:5f63f78f77c2: Show new messages on the bottom
Compare message order with phone
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Thank goodness for this. I was trying to figure this out on my own but I couldn't quite get it working (even to the point of sorting)
I am not able to send SMS with this patch. If you change line 67 of smsapp/qml/ConversationDisplay.qml from model.sendReplyToConversation(message.text) to model.sourceModel.sendReplyToConversation(message.text) it works again. I can't figure out how to use arc to push that tiny change, though!