Skip to content

Commit

Permalink
AND-9064 Added events sending after app start from push
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas committed Dec 20, 2024
1 parent ebb2e13 commit 70a52ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/tangem/tap/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,11 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
}

store.dispatchNavigationAction { replaceAll(route) }
intentProcessor.handleIntent(intentWhichStartedActivity, false)
}
}

intentProcessor.handleIntent(intentWhichStartedActivity, false)

store.dispatch(BackupAction.CheckForUnfinishedBackup)
}

Expand Down

0 comments on commit 70a52ed

Please sign in to comment.