Merge "Cleanup flag "audio_balance_state_description"" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9808ee15bd
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user