Skip to content

Commit 4823774

Browse files
author
Karthikeyan
authored
[AWSMobileClient] Add non-null check in accessing fields of SignUpResult (#1272)
1 parent 807f5a9 commit 4823774

File tree

6 files changed

+429
-16
lines changed

6 files changed

+429
-16
lines changed

.idea/codeStyles/Project.xml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log - AWS SDK for Android
22

3+
## [Release 2.16.3](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.16.3)
4+
5+
### Bug Fixes
6+
7+
- **AWS Mobile Client**
8+
- During `signUp`, when the user is confirmed, Cognito does not send `CognitoUserCodeDeliveryDetails`
9+
and it appears to be null when the SignUpResult is unmarshalled. Add a check before accessing the `CognitoUserCodeDeliveryDetails` only when the user is not confirmed. See [issue #1264](https://github.com/aws-amplify/aws-sdk-android/issues/1264) for more details.
10+
311
## [Release 2.16.2](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.16.2)
412

513
### New Features

0 commit comments

Comments
 (0)