mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
FIX: Closing the scanner wouldnt remove the loading indicator
This commit is contained in:
parent
8256c8be30
commit
21ff4dd6ee
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ const SendDetails = () => {
|
|||
// we need to re-calculate fees if user opens-closes coin control
|
||||
useFocusEffect(
|
||||
useCallback(() => {
|
||||
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
|
||||
setIsLoading(false);
|
||||
setDumb(v => !v);
|
||||
}, []),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue