Fix past loading not triggering in some cases
This commit is contained in:
@@ -137,6 +137,10 @@ Rectangle {
|
||||
moreToLoad => {
|
||||
try {
|
||||
eventList.canLoad = moreToLoad
|
||||
|
||||
// If loaded messages aren't enough to fill
|
||||
// the screen, ensure this function runs again
|
||||
if (moreToLoad) yPosChanged()
|
||||
} catch (err) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user