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

refactor(swap): modals #2746

Merged
merged 14 commits into from
Oct 10, 2023
Merged

refactor(swap): modals #2746

merged 14 commits into from
Oct 10, 2023

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Oct 9, 2023

Run ./gradlew clean in the android folder

  • Currently this solution its only applied to the confirm tx screen, the one with the problematic input.
  • I needed to change windowSoftInputMode from adjustPan to adjustResize because it was impossible to fix the modals before this. This config was applied time ago to fix this. A alternate solution has been applied.
  • Tested on real and virtual devices on different screen sizes.

@banklesss banklesss requested review from michaeljscript, stackchain, SorinC6 and jorbuedo and removed request for stackchain October 9, 2023 20:21
@banklesss banklesss self-assigned this Oct 9, 2023
@@ -35,6 +52,9 @@ const WalletTabNavigator = () => {
tabBarLabelStyle: {fontSize: 11},
tabBarActiveTintColor: theme.COLORS.NAVIGATION_ACTIVE,
tabBarInactiveTintColor: theme.COLORS.NAVIGATION_INACTIVE,
tabBarStyle: {
display: keyboardStatus ? 'none' : undefined,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@michaeljscript michaeljscript added this to the 5.0.0 milestone Oct 10, 2023
@banklesss banklesss marked this pull request as draft October 10, 2023 11:05
@banklesss
Copy link
Contributor Author

banklesss commented Oct 10, 2023

Working to solve an issue

@banklesss banklesss force-pushed the refactor/bottom-modals branch from d7d155a to 16e43ac Compare October 10, 2023 12:11
@banklesss banklesss marked this pull request as ready for review October 10, 2023 12:12
@banklesss
Copy link
Contributor Author

Working to solve an issue

issue fixed

@michaeljscript michaeljscript merged commit d0a761e into develop Oct 10, 2023
2 checks passed
@michaeljscript michaeljscript deleted the refactor/bottom-modals branch October 10, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants