()
| 55 | } |
| 56 | |
| 57 | componentWillUnmount() { |
| 58 | this.stop(); |
| 59 | this.timer.unsubscribe(this.updateHandler); |
| 60 | if (this.touchProcessor.end) this.touchProcessor.end(); |
| 61 | } |
| 62 | |
| 63 | UNSAFE_componentWillReceiveProps(nextProps) { |
| 64 | if (nextProps.running !== this.props.running) { |
nothing calls this directly
no test coverage detected