File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
yoti-sdk/src/main/java/com/yoti/mobile/android/sdk Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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.
3
6
4
7
## [ 1.3.1] - 2022-02-22
5
8
### Changed
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ easyIDScheme=easyid://
56
56
pomId =yoti-button-sdk
57
57
pomGroup =com.yoti.mobile.android.sdk
58
58
pomPackaging =aar
59
- pomVersion =1.3.1
59
+ pomVersion =1.3.2
60
60
pomDescription =Button SDK that allows 3rd party to trigger Yoti as support app
61
- currentVersionCode =000011
61
+ currentVersionCode =000012
62
62
63
63
pomLicenseName =MIT
64
64
pomLicenseUrl =https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ protected void onCreate(Bundle savedInstanceState) {
12
12
13
13
Intent intent = new Intent (getIntent ().getAction ());
14
14
intent .setPackage (getIntent ().getPackage ());
15
- intent .putExtras (getIntent ().getExtras ());
16
15
17
16
sendBroadcast (intent );
18
17
You can’t perform that action at this time.
0 commit comments