(nextProps)
| 34 | } |
| 35 | |
| 36 | componentWillReceiveProps(nextProps) { |
| 37 | if (nextProps.initializing < 2) { |
| 38 | this.setState({ |
| 39 | progressed: 0, // reset progress animation state |
| 40 | }); |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | setInitialTouch(touch) { |
| 45 | this.initialTouch = { |
nothing calls this directly
no outgoing calls
no test coverage detected