forked from aws-amplify/aws-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sign in callback invoked before all sign in operations (aws-amplify#1721
) * AWSMobileClient callback was invoked way before other sign in operations were complete. This PR make sure that we invoke the userstate listener and sign in callback after all task are complete. * signOut with callback was not invoking the callback if we do not pass any options. This change resolves that.
- Loading branch information
Showing
4 changed files
with
209 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.