Merge "Cleanup flag "audio_balance_state_description"" into main

This commit is contained in:
Daniel Norman
2024-11-25 20:45:16 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ public class BalanceSeekBar extends SeekBar {
Settings.System.MASTER_BALANCE, balance, UserHandle.USER_CURRENT);
}
final int max = getMax();
if (Flags.audioBalanceStateDescription() && max > 0) {
if (max > 0) {
seekBar.setStateDescription(createStateDescription(mContext,
R.string.audio_seek_bar_state_left_first,
R.string.audio_seek_bar_state_right_first,