mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
ADD: Comment
This commit is contained in:
parent
3463e8a8e5
commit
41f6a6bf6a
@ -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 (
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user