NemSothea
Results
1
comments of
NemSothea
change from: let connect = (reach) => this.setState({ isConnected: reach !== 'none' }) to: let connect = (reach) => this.setState({ isConnected: reach.toLowerCase() !== 'none' }) because on Android when there...