Fix past loading not triggering in some cases

This commit is contained in:
miruka 2019-09-02 22:55:28 -04:00
parent 08e125323c
commit 3c4ca7d433

View File

@ -137,6 +137,10 @@ Rectangle {
moreToLoad => { moreToLoad => {
try { try {
eventList.canLoad = moreToLoad eventList.canLoad = moreToLoad
// If loaded messages aren't enough to fill
// the screen, ensure this function runs again
if (moreToLoad) yPosChanged()
} catch (err) { } catch (err) {
return return
} }