FIX: Closing the scanner wouldnt remove the loading indicator

This commit is contained in:
Marcos Rodriguez Velez 2024-05-18 00:36:03 -04:00
parent 8256c8be30
commit 21ff4dd6ee
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -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);
}, []),
);