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): remove the Sync my coins button from the Home screen #16108

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

yanascz
Copy link
Contributor

@yanascz yanascz commented Dec 27, 2024

Related Issue

Resolve #15554

Screenshots:

image

@yanascz yanascz added the mobile Suite Lite issues and PRs label Dec 27, 2024
@yanascz yanascz requested a review from a team as a code owner December 27, 2024 13:58
@@ -42,31 +32,14 @@ export const PortfolioContent = forwardRef<PortfolioGraphRef>((_props, ref) => {
<Assets />
</Box>
{isPortfolioTrackerDevice && (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The IsDeviceConnectEnabled FF is configured in such a way that using !isUsbDeviceConnectFeatureEnabled hides the Recieve button in Simulator even though it's visible in the dev app.

Copy link

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 21
  • More info

Learn more about 𝝠 Expo Github Action

@yanascz yanascz merged commit d96ea47 into develop Jan 6, 2025
20 checks passed
@yanascz yanascz deleted the fix/native/home-screen-buttons branch January 6, 2025 09:52
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.

Revise the placement of Sync another coin / Sync my coins buttons
2 participants