Commit e6521168 by olly Committed by Oliver Woodman

Treat unchecking of all boxes as disabling, not default.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123845317
parent eb021cab
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment