mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Room details: Trigger an auto back pagination if messages number is low
This commit is contained in:
@@ -128,6 +128,11 @@
|
||||
|
||||
// Load room data
|
||||
[self configureView];
|
||||
|
||||
// Trigger a back pagination if messages number is low
|
||||
if (messages.count < 10) {
|
||||
[self triggerBackPagination];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - Internal methods
|
||||
|
||||
Reference in New Issue
Block a user