mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user