canton
Results
1
comments of
canton
this code fix it(base on @Gringox ‘s comment): handleAppStateChange = appState => { if (appState === 'active') { this.setState({ **progress:this.state.progress + 0.0001** }); } };