FIX: TX List Refresh

This commit is contained in:
marcosrdz 2020-05-29 18:17:53 -04:00
parent 235b0aace5
commit 9d394f878e

View File

@ -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');