mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Bug Fix Unexpected Recents scrolling
Clicking into a favourite room and then back to recents can leave you scrolled to the 'wrong' point in the recents list #105
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
- (void)refreshCurrentSelectedCellInChild:(BOOL)forceVisible
|
||||
{
|
||||
// TODO: Manage other children than recents
|
||||
[recentsViewController refreshCurrentSelectedCell:YES];
|
||||
[recentsViewController refreshCurrentSelectedCell:forceVisible];
|
||||
}
|
||||
|
||||
#pragma mark - Navigation
|
||||
|
||||
Reference in New Issue
Block a user