зеркало из https://github.com/nextcloud/talk-ios.git
Join created room after dismissing room creation view.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
ee7083a698
Коммит
dff2469cb8
|
@ -243,10 +243,11 @@ NSString * const NCRoomCreatedNotification = @"NCRoomCreatedNotification";
|
|||
|
||||
- (void)finishRoomCreation
|
||||
{
|
||||
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:NCRoomCreatedNotification
|
||||
object:self
|
||||
userInfo:@{@"token":_createdRoomToken}];
|
||||
[self.navigationController dismissViewControllerAnimated:YES completion:^{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:NCRoomCreatedNotification
|
||||
object:self
|
||||
userInfo:@{@"token":_createdRoomToken}];
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)cancelRoomCreation
|
||||
|
|
Загрузка…
Ссылка в новой задаче