Don't try to load more messages than there are in the timeline
The function call from qml is removed because it is redundant
This commit is contained in:
@@ -407,12 +407,6 @@ Kirigami.ScrollablePage {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (currentRoom) {
|
||||
if (currentRoom.timelineSize < 20) {
|
||||
currentRoom.getPreviousContent(50);
|
||||
}
|
||||
}
|
||||
|
||||
positionViewAtBeginning();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user