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
parent 94392c360d
commit 2cc1d3ac2e
6 changed files with 145 additions and 13 deletions
@@ -442,7 +442,8 @@
if (recentCellData.isSuggestedRoom)
{
[_delegate recentListViewController:self
didSelectSuggestedRoom:recentCellData.roomSummary.spaceChildInfo];
didSelectSuggestedRoom:recentCellData.roomSummary.spaceChildInfo
from:selectedCell];
}
else
{