Merge "Set TOUCHPAD_NATURAL_SCROLLING default value to 1" into udc-dev am: c83bad2695
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23020016 Change-Id: I6a6e6d3e4e83ea7cc11848644b1109b4b4f2af29 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -233,7 +233,7 @@ public class InputSettings {
|
|||||||
*/
|
*/
|
||||||
public static boolean useTouchpadNaturalScrolling(@NonNull Context context) {
|
public static boolean useTouchpadNaturalScrolling(@NonNull Context context) {
|
||||||
return Settings.System.getIntForUser(context.getContentResolver(),
|
return Settings.System.getIntForUser(context.getContentResolver(),
|
||||||
Settings.System.TOUCHPAD_NATURAL_SCROLLING, 0, UserHandle.USER_CURRENT) == 1;
|
Settings.System.TOUCHPAD_NATURAL_SCROLLING, 1, UserHandle.USER_CURRENT) == 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user