We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae678c + 19bac26 commit e8a888eCopy full SHA for e8a888e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
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.
6
7
## [1.3.2] - 2022-03-28
8
### Changed
yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/ReceiverActivity.java
@@ -12,7 +12,6 @@ protected void onCreate(Bundle savedInstanceState) {
12
13
Intent intent = new Intent(getIntent().getAction());
14
intent.setPackage(getIntent().getPackage());
15
- intent.putExtras(getIntent().getExtras());
16
17
sendBroadcast(intent);
18
0 commit comments