mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Directory server list: After directory change, make the directory section appear full-page
This commit is contained in:
@@ -147,9 +147,12 @@
|
||||
|
||||
// The table view is automatically filled
|
||||
[self removeSpinnerFooterView];
|
||||
|
||||
|
||||
// Make the directory section appear full-page
|
||||
[self.recentsTableView scrollToRowAtIndexPath:[NSIndexPath indexPathForItem:0 inSection:recentsDataSource.directorySection] atScrollPosition:UITableViewScrollPositionTop animated:YES];
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
|
||||
|
||||
[self removeSpinnerFooterView];
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user