SP2: Adding Rooms to Spaces element-ios#5230

- Implemented designs with new & existing tabs in a bottom sheet
- Replaced rough edge warnings from space panel overflow with working journeys
This commit is contained in:
Gil Eluard
2021-12-23 14:08:00 +01:00
parent 9bf1c994cc
commit cfd00fea40
55 changed files with 1621 additions and 613 deletions
-12
View File
@@ -294,18 +294,6 @@
[self updateEmptyView];
}
- (void)createNewRoom
{
if (recentsDataSource.currentSpace)
{
[[AppDelegate theDelegate] showAlertWithTitle:VectorL10n.spacesAddRoomsComingSoonTitle message:VectorL10n.spacesComingSoonDetail];
}
else
{
[super createNewRoom];
}
}
- (void)startChat {
if (recentsDataSource.currentSpace)
{