mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
Update WalletTransactions.tsx
This commit is contained in:
parent
a65776933d
commit
88b8274758
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ const WalletTransactions: React.FC<WalletTransactionsProps> = ({ route }) => {
|
||||||
}, [wallet, wallet?.hideBalance, wallet?.preferredBalanceUnit, balance]);
|
}, [wallet, wallet?.hideBalance, wallet?.preferredBalanceUnit, balance]);
|
||||||
|
|
||||||
const handleScroll = useCallback(
|
const handleScroll = useCallback(
|
||||||
(event: any) => {
|
(event: any) => {
|
||||||
const offsetY = event.nativeEvent.contentOffset.y;
|
const offsetY = event.nativeEvent.contentOffset.y;
|
||||||
const combinedHeight = 180;
|
const combinedHeight = 180;
|
||||||
if (offsetY < combinedHeight) {
|
if (offsetY < combinedHeight) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue