mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Invite to Space in room landing #5225
- UI tweaks for members and explore rooms screens
This commit is contained in:
@@ -1849,7 +1849,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
typeof(self) self = weakSelf;
|
||||
self->currentAlert = nil;
|
||||
|
||||
[self performSegueWithIdentifier:@"presentStartChat" sender:self];
|
||||
[self startChat];
|
||||
}
|
||||
|
||||
}]];
|
||||
@@ -1959,6 +1959,10 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
self.customSizedPresentationController = nil;
|
||||
}
|
||||
|
||||
- (void)startChat {
|
||||
[self performSegueWithIdentifier:@"presentStartChat" sender:self];
|
||||
}
|
||||
|
||||
- (void)createNewRoom
|
||||
{
|
||||
// Sanity check
|
||||
|
||||
Reference in New Issue
Block a user