Update suggested room preview to behave the same way in all cases #5771

- Done
This commit is contained in:
Gil Eluard
2022-03-23 10:58:41 +01:00
committed by Stefan Ceriu
parent 88e3a75562
commit 2ebcd78a5e
6 changed files with 145 additions and 13 deletions
+2 -1
View File
@@ -605,7 +605,8 @@
if (renderedCellData.isSuggestedRoom)
{
[self.delegate recentListViewController:self
didSelectSuggestedRoom:renderedCellData.roomSummary.spaceChildInfo];
didSelectSuggestedRoom:renderedCellData.roomSummary.spaceChildInfo
from:roomCollectionViewCell];
}
else
{