mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Move presentation of the loading spinner into AuthenticationCoordinator for new users.
Also moves key verification out of a bridge presenter in AuthenticationVC and into the AuthenticationCoordinator.
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
|
||||
@protocol AuthenticationViewControllerDelegate <NSObject>
|
||||
|
||||
- (void)authenticationViewControllerDidDismiss:(AuthenticationViewController *)authenticationViewController;
|
||||
- (void)authenticationViewController:(AuthenticationViewController *)authenticationViewController
|
||||
didLoginWithSession:(MXSession *)session
|
||||
andPassword:(NSString *)password;
|
||||
|
||||
@end;
|
||||
|
||||
Reference in New Issue
Block a user