Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(suite-native): enable to confirm receive address outside our app #14732

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

matejkriz
Copy link
Member

Description

  • We are closing device connection on going to background, so we have to reopen it once needed. We can open the device even on background. But Suite has to be still running, not killed.
  • Closing all the devices OnActivityEntersBackground is a good thing because we want to allow other apps (like browser) to work with the Trezor too and it is a good practice to frees up system resources.

Related Issue

Resolve #14716

@matejkriz matejkriz added the mobile Suite Lite issues and PRs label Oct 4, 2024
@matejkriz matejkriz requested review from Nodonisko, yanascz and a team October 4, 2024 15:46
@matejkriz
Copy link
Member Author

matejkriz commented Oct 10, 2024

image

🤖 Open this link on your Android devices (or scan the QR code) to install the app:
https://expo.dev/accounts/trezorcompany-develop/projects/trezor-suite-preview/builds/e4689da6-ee10-4f83-953c-ea8576b11ef2

@matejkriz
Copy link
Member Author

/rebase

Copy link

- We are closing device connection on going to background, so we have to reopen it once needed. We can open the device even on background. But Suite has to be still running, not killed.
- Closing all the devices OnActivityEntersBackground is a good thing because we want to allow other apps (like browser) to work with the Trezor too and it is a good practice to frees up system resources.
@trezor-ci trezor-ci force-pushed the fix/native/send-flow-review-outside-app branch from b645ec2 to b7c4f37 Compare October 10, 2024 15:14
@matejkriz matejkriz merged commit 5186cc9 into develop Oct 10, 2024
11 checks passed
@matejkriz matejkriz deleted the fix/native/send-flow-review-outside-app branch October 10, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Suite Lite issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirming recipient address outside Trezor app freezes Trezor
2 participants