Allow value 3 for status bar quick pull down

Change-Id: I622f4029f508e1417487d2978e7ab5eeb9f88993
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2017-12-06 03:30:21 +05:30
committed by Joey
parent befd9c3b5f
commit 80f34a2610

View File

@@ -1722,13 +1722,13 @@ public final class LineageSettings {
/**
* Whether to allow one finger quick settings expansion on the side of the statusbar.
* 0 = 0ff, 1 = right, 2 = left
* 0 = 0ff, 1 = right, 2 = left, 3 = both
*/
public static final String STATUS_BAR_QUICK_QS_PULLDOWN = "qs_quick_pulldown";
/** @hide */
public static final Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR =
new InclusiveIntegerRangeValidator(0, 2);
new InclusiveIntegerRangeValidator(0, 3);
/**
* Whether to show the brightness slider in quick settings panel.