Skip to content

Commit e8a888e

Browse files
author
Pedro Martins
committed
Merge branch 'master' into YM-25986
2 parents cae678c + 19bac26 commit e8a888e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.2] - 2022-03-28
58
### Changed

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)