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:
giomfo
2016-02-26 18:18:04 +01:00
parent 48ba653b85
commit 80bd51d4d6
+1 -1
View File
@@ -375,7 +375,7 @@
- (void)refreshCurrentSelectedCellInChild:(BOOL)forceVisible
{
// TODO: Manage other children than recents
[recentsViewController refreshCurrentSelectedCell:YES];
[recentsViewController refreshCurrentSelectedCell:forceVisible];
}
#pragma mark - Navigation