Merge "Set TOUCHPAD_NATURAL_SCROLLING default value to 1" into udc-dev
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