ADD: Comment

This commit is contained in:
Marcos Rodriguez Velez 2024-02-16 10:42:21 -04:00
parent 3463e8a8e5
commit 41f6a6bf6a
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 2 additions and 1 deletions

View File

@ -365,7 +365,7 @@ const WalletsList = () => {
const onRefresh = () => {
refreshTransactions(true, false);
};
// Optimized for Mac option doesn't like RN Refresh component. Menu Elements now handles it for macOS
const refreshProps = isDesktop || isElectrumDisabled ? {} : { refreshing: isLoading, onRefresh };
return (

View File

@ -521,6 +521,7 @@ const WalletTransactions = ({ navigation }) => {
}, []),
);
// Optimized for Mac option doesn't like RN Refresh component. Menu Elements now handles it for macOS
const refreshProps = isDesktop || isElectrumDisabled ? {} : { refreshing: isLoading, refreshTransactions };
return (