diff --git a/src/components/OptionsList/index.js b/src/components/OptionsList/index.js index a0424b42178e..e43656f7e6bb 100644 --- a/src/components/OptionsList/index.js +++ b/src/components/OptionsList/index.js @@ -34,11 +34,11 @@ class OptionsList extends Component { document.removeEventListener('touchend', this.touchEnd); } - userTouchStart() { + touchStart() { this.isScreenTouched = true; } - userTouchEnd() { + touchEnd() { this.isScreenTouched = false; }