Cleanup flag "audio_balance_state_description"
Bug: b/319575109 Test: atest BalanceSeekBarTest Flag: EXEMPT flag cleanup Change-Id: I5057a7732f5986533ff8a6b0ebf60e8a55a1dc9f
This commit is contained in:
committed by
Camden Bickel
parent
bf47e4419d
commit
330834b819
@@ -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