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(send): confirm tx screen #2997

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Jan 15, 2024

Related to YOMO-1110

@github-actions github-actions bot added the fix label Jan 15, 2024
@banklesss banklesss requested a review from jorbuedo January 15, 2024 10:40
@banklesss banklesss self-assigned this Jan 15, 2024
@@ -90,14 +91,9 @@ export const ConfirmTxScreen = () => {
{targets.map((target, index) => (
<ReceiverInfo key={`${target.receiver.resolve}:${index}`} target={target} />
))}
</View>

<ScrollView
Copy link
Contributor Author

@banklesss banklesss Jan 15, 2024

Choose a reason for hiding this comment

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

All content scrollable because it caused issues

@stackchain stackchain merged commit 5cf2cd4 into develop Jan 15, 2024
3 checks passed
@stackchain stackchain added this to the 4.25.0 milestone Jan 15, 2024
@stackchain stackchain deleted the fix/confirmtx-screen-android branch February 6, 2024 22:07
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.

2 participants