ParanoidSystemUI: Correct alert slider resource

Change-Id: Id885dae0545143801c03096e4a6f60a32c2809e1
This commit is contained in:
Jake Weinstein 2023-02-02 01:23:06 +09:00
parent 2070309ccd
commit b2a3382543
1 changed files with 1 additions and 1 deletions

View File

@ -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;