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: keyboard avoiding android send screen #2935

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Dec 7, 2023

It is already done by default in Android.

related to YOMO-1020

@banklesss banklesss self-assigned this Dec 7, 2023
@banklesss banklesss requested a review from stackchain December 7, 2023 11:08
@github-actions github-actions bot added the fix label Dec 7, 2023
@@ -59,8 +59,9 @@ export const StartMultiTokenTxScreen = () => {
<View style={styles.container}>
<KeyboardAvoidingView
style={styles.flex}
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
behavior={Platform.OS === 'ios' ? 'padding' : undefined}
Copy link
Member

Choose a reason for hiding this comment

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

this behaviour was added to entire app on Android.

@stackchain stackchain merged commit 464e154 into develop Dec 7, 2023
3 checks passed
@stackchain stackchain deleted the fix/keyboard-avoid-send-screen branch December 7, 2023 16:16
@stackchain stackchain added this to the 4.24.0 milestone Dec 7, 2023
@stackchain stackchain mentioned this pull request Dec 7, 2023
29 tasks
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.

3 participants