Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-04 19:10:53 +03:00
parent 8509912947
commit 32983333c3
14 changed files with 98 additions and 22 deletions

View file

@ -281,7 +281,8 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
sendStakingUnsubmittedHashes()
checkGoogleServicesAvailability()
if (intent != null) {
if (intent != null && savedInstanceState == null) {
// handle intent only on start, not on recreate
deepLinksRegistry.launch(intent)
}