mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: TX List Refresh
This commit is contained in:
parent
235b0aace5
commit
9d394f878e
@ -101,7 +101,7 @@ export default class WalletTransactions extends Component {
|
||||
this.setState(prev => ({ timeElapsed: prev.timeElapsed + 1 }));
|
||||
}, 60000);
|
||||
const isHandOffUseEnabled = await HandoffSettings.isHandoffUseEnabled();
|
||||
this.setState({ isHandOffUseEnabled });
|
||||
this.setState({ isHandOffUseEnabled, isLoading: false });
|
||||
|
||||
this._unsubscribeFocus = this.props.navigation.addListener('focus', () => {
|
||||
StatusBar.setBarStyle('light-content');
|
||||
|
Loading…
Reference in New Issue
Block a user