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