mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Treat unchecking of all boxes as disabling, not default.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123845317
This commit is contained in:
parent
eb021cabd1
commit
e652116806
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ import java.util.Locale;
|
|||
if (override.length == 1) {
|
||||
// The last track is being removed, so the override becomes empty.
|
||||
override = null;
|
||||
isDisabled = true;
|
||||
} else {
|
||||
int[] tracks = new int[override.length - 1];
|
||||
int trackCount = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue