diff options
| -rw-r--r-- | services/core/jni/com_android_server_input_InputManagerService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/jni/com_android_server_input_InputManagerService.cpp b/services/core/jni/com_android_server_input_InputManagerService.cpp index 7c5980a74a8a..f3edbd1db281 100644 --- a/services/core/jni/com_android_server_input_InputManagerService.cpp +++ b/services/core/jni/com_android_server_input_InputManagerService.cpp @@ -752,7 +752,7 @@ void NativeInputManager::setInteractive(bool interactive) { void NativeInputManager::reloadCalibration() { mInputManager->getReader()->requestRefreshConfiguration( - InputReaderConfiguration::TOUCH_AFFINE_TRANSFORMATION); + InputReaderConfiguration::CHANGE_TOUCH_AFFINE_TRANSFORMATION); } TouchAffineTransformation NativeInputManager::getTouchAffineTransformation( |