mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
@@ -268,9 +268,9 @@
|
||||
|
||||
- (void)triggerDirectoryPagination
|
||||
{
|
||||
if (recentsDataSource.publicRoomsDirectoryDataSource.hasReachedPaginationEnd || footerSpinnerView)
|
||||
if (!recentsDataSource || recentsDataSource.publicRoomsDirectoryDataSource.hasReachedPaginationEnd || footerSpinnerView)
|
||||
{
|
||||
// We got all public rooms or we are already paginating
|
||||
// We are not yet ready or we got all public rooms or we are already paginating
|
||||
// Do nothing
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user