mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: Dont open screen with loading indicator
This commit is contained in:
parent
6ab6e8444f
commit
667f3617d7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const SendDetails = () => {
|
|||
|
||||
// state
|
||||
const [width, setWidth] = useState(Dimensions.get('window').width);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
const [wallet, setWallet] = useState(null);
|
||||
const [walletSelectionOrCoinsSelectedHidden, setWalletSelectionOrCoinsSelectedHidden] = useState(false);
|
||||
const [isAmountToolbarVisibleForAndroid, setIsAmountToolbarVisibleForAndroid] = useState(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue