ParanoidSystemUI: Correct alert slider resource
Change-Id: Id885dae0545143801c03096e4a6f60a32c2809e1
This commit is contained in:
parent
2070309ccd
commit
b2a3382543
|
@ -283,7 +283,7 @@ public class TriStateUiControllerImpl implements ConfigurationListener, TriState
|
||||||
textId = R.string.volume_ringer_status_normal;
|
textId = R.string.volume_ringer_status_normal;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
int triStatePos = res.getInteger(com.android.internal.R.integer.config_alertSliderLocation);
|
int triStatePos = res.getInteger(R.integer.config_alertSliderLocation);
|
||||||
boolean isTsKeyRight = true;
|
boolean isTsKeyRight = true;
|
||||||
if (triStatePos == TRI_STATE_UI_POSITION_LEFT) {
|
if (triStatePos == TRI_STATE_UI_POSITION_LEFT) {
|
||||||
isTsKeyRight = false;
|
isTsKeyRight = false;
|
||||||
|
|
Loading…
Reference in New Issue