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