mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08: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
@ -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…
x
Reference in New Issue
Block a user