MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / loadMoreRows

Method loadMoreRows

Telegram/SourceFiles/boxes/peer_list_controllers.cpp:1045–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045bool ChooseTopicSearchController::loadMoreRows() {
1046 if (!isLoading()) {
1047 searchOnServer();
1048 }
1049 return !_allLoaded;
1050}
1051
1052ChooseTopicBoxController::Row::Row(not_null<Data::ForumTopic*> topic)
1053: PeerListRow(topic->rootId().bare)

Callers 1

checkScrollForPreloadMethod · 0.45

Calls 2

requestTopicsMethod · 0.80
loadMoreMethod · 0.45

Tested by

no test coverage detected