diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java index bd51c3d..19a2140 100644 --- a/src/java/cyanogenmod/providers/CMSettings.java +++ b/src/java/cyanogenmod/providers/CMSettings.java @@ -1439,14 +1439,14 @@ public final class CMSettings { sBooleanValidator; /** - * Whether to allow one finger quick settings expansion on the right side of the statusbar. - * 0 = 0ff, 1 = on + * Whether to allow one finger quick settings expansion on the side of the statusbar. + * 0 = 0ff, 1 = right, 2 = left */ public static final String STATUS_BAR_QUICK_QS_PULLDOWN = "qs_quick_pulldown"; /** @hide */ public static final Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR = - sBooleanValidator; + new InclusiveIntegerRangeValidator(0, 2); /** * Whether to show the brightness slider in quick settings panel.