https://bugs.kde.org/show_bug.cgi?id=452946
Simon Redman <si...@ergotech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/kdeconnect-kde/commit/5 | |b716dde02a3cc533ab73b10e96f | |ccd37905b639 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #3 from Simon Redman <si...@ergotech.com> --- Git commit 5b716dde02a3cc533ab73b10e96fccd37905b639 by Simon Redman. Committed on 22/01/2023 at 22:10. Pushed by sredman into branch 'master'. [SMS App] Fix loading more messages ## Summary For awhile (since at least early last year), it has not been possible to scroll past the first screen of message history. I believe this was due to a version bump in some library, but I was not able to biset it at the time. This changes how messages are loaded to work again. I like this solution better anyway, because it means one can smoothly scroll back in time without needing to stop every time you reach the top of the history. ## Test Plan ### Before: Scrolling to the top of the kdeconnect-sms history would do nothing. You could only view the first handful of messages in the conversation (whichever messages the app decided to load for you when you first open the conversation). ### After: Scrolling to the top of the list of messages will cause the app to load more, allowing you to view more history of messages. M +16 -5 smsapp/qml/ConversationDisplay.qml https://invent.kde.org/network/kdeconnect-kde/commit/5b716dde02a3cc533ab73b10e96fccd37905b639 -- You are receiving this mail because: You are watching all bug changes.