()
| 21 | } |
| 22 | |
| 23 | componentWillUnmount() { |
| 24 | this.stop(); |
| 25 | this.timer.unsubscribe(this.updateHandler); |
| 26 | if (this.touchProcessor.end) this.touchProcessor.end(); |
| 27 | } |
| 28 | |
| 29 | UNSAFE_componentWillReceiveProps(nextProps) { |
| 30 | if (nextProps.running !== this.props.running) { |
nothing calls this directly
no test coverage detected