Fix past loading not triggering in some cases
This commit is contained in:
parent
08e125323c
commit
3c4ca7d433
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user