Bug Fix: Do not stop registration process when app is backgrounded.

This commit is contained in:
giomfo
2016-04-05 15:31:52 +02:00
parent 92f1a992d3
commit 3feb915aeb
4 changed files with 34 additions and 28 deletions
@@ -33,6 +33,12 @@
@property (nonatomic, readonly) NSString *selectedRoomId;
@property (nonatomic, readonly) MXSession *selectedRoomSession;
/**
Display the authentication screen.
*/
- (void)showAuthenticationScreen;
/**
Start displaying the screen with a user Matrix session.