Skip to content

Commit

Permalink
Revert "fix(send): allow scroll on Review screen"
Browse files Browse the repository at this point in the history
This reverts commit 01f3c74.
  • Loading branch information
pwltr committed Dec 4, 2024
1 parent 97851ff commit f714fb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/screens/Wallets/Send/ReviewAndSend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import React, {
} from 'react';
import { StyleSheet, View, TouchableOpacity, Keyboard } from 'react-native';
import { TInvoice } from '@synonymdev/react-native-ldk';
import { BottomSheetScrollView } from '@gorhom/bottom-sheet';
import { useTranslation } from 'react-i18next';
import { validateTransaction } from 'beignet';

Expand Down Expand Up @@ -568,7 +567,7 @@ const ReviewAndSend = ({
<>
<GradientView style={styles.container}>
<BottomSheetNavigationHeader title={t('send_review')} />
<BottomSheetScrollView style={styles.content}>
<View style={styles.content}>
<AmountToggle
style={styles.amountToggle}
amount={amount}
Expand Down Expand Up @@ -722,7 +721,7 @@ const ReviewAndSend = ({
onConfirm={onSwipeToPay}
/>
</View>
</BottomSheetScrollView>
</View>

<Dialog
visible={showDialog1}
Expand Down

0 comments on commit f714fb3

Please sign in to comment.