Skip to content

Commit 19bac26

Browse files
Merge pull request #25 from getyoti/YM-26133
[YM-26133] Fix return to SDK
2 parents 50ca45b + f05a8f6 commit 19bac26

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3+
## [1.3.2] - 2022-03-30
4+
### Fixed
5+
- Fix crash when returning from Digital IDs Apps.
36

47
## [1.3.1] - 2022-02-22
58
### Changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ easyIDScheme=easyid://
5656
pomId=yoti-button-sdk
5757
pomGroup=com.yoti.mobile.android.sdk
5858
pomPackaging=aar
59-
pomVersion=1.3.1
59+
pomVersion=1.3.2
6060
pomDescription=Button SDK that allows 3rd party to trigger Yoti as support app
61-
currentVersionCode=000011
61+
currentVersionCode=000012
6262

6363
pomLicenseName=MIT
6464
pomLicenseUrl=https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md

yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/ReceiverActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ protected void onCreate(Bundle savedInstanceState) {
1212

1313
Intent intent = new Intent(getIntent().getAction());
1414
intent.setPackage(getIntent().getPackage());
15-
intent.putExtras(getIntent().getExtras());
1615

1716
sendBroadcast(intent);
1817

0 commit comments

Comments
 (0)