FIX: LNdhub manage funds

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-15 16:16:43 -04:00 committed by Overtorment
parent 214102f24c
commit 9510cd0423
3 changed files with 7 additions and 7 deletions

View file

@ -397,7 +397,7 @@ PODS:
- React-Core
- RNReactNativeHapticFeedback (1.11.0):
- React-Core
- RNReanimated (2.2.1):
- RNReanimated (2.2.2):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
@ -780,7 +780,7 @@ SPEC CHECKSUMS:
RNQuickAction: 6d404a869dc872cde841ad3147416a670d13fa93
RNRate: 622db602051b6abf6ec467cdcc3c5e3112076745
RNReactNativeHapticFeedback: 653a8c126a0f5e88ce15ffe280b3ff37e1fbb285
RNReanimated: 66013afeb6cb6f234e32aaaf26222b7629417e51
RNReanimated: 241c586663f44f19a53883c63375fdd041253960
RNScreens: 01ab149b5dd5c27f5ff26741b1d2bdf2cee1af35
RNSecureKeyStore: f1ad870e53806453039f650720d2845c678d89c8
RNShare: 072f63d19c2b90da3742adac614396d805e7ae22

6
package-lock.json generated
View file

@ -19943,9 +19943,9 @@
}
},
"react-native-reanimated": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.2.1.tgz",
"integrity": "sha512-uyAlqFZCcriL3hPXq5zJ4KqAjxBoeinYoJogTIpwlEhmYfsP6oRNktq3PyYCu6/Dj5dXp7MXUcZInXyVSi/c9Q==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.2.2.tgz",
"integrity": "sha512-Lfv4ogbNLU9x3DqhXUFza9pnzyTvPrw5xGC1wWA6aGXqZgyaikNLgC5dNWzxVbfEwRdOuLPFsai3LAcIM92TCg==",
"requires": {
"@babel/plugin-transform-object-assign": "^7.10.4",
"fbjs": "^3.0.0",

View file

@ -311,7 +311,7 @@ const WalletTransactions = () => {
alert(loc.lnd.refill_create);
} else {
setIsManageFundsModalVisible(false);
navigate('SelectWallet', { onWalletSelect, chainType: Chain.ONCHAIN });
setTimeout(() => navigate('SelectWallet', { onWalletSelect, chainType: Chain.ONCHAIN }), 500);
}
}}
title={loc.lnd.refill}
@ -329,7 +329,7 @@ const WalletTransactions = () => {
walletID: wallet.getID(),
},
}),
400,
500,
);
}}
title={loc.lnd.refill_external}