Commit d698e96a by christosts Committed by Christos Tsilopoulos

Fix bug in Timeline.getRemovedAdGroupCount()

#minor-release

PiperOrigin-RevId: 389174519
parent 22508172
......@@ -710,7 +710,7 @@ public abstract class Timeline implements Bundleable {
* 0} (inclusive) and {@code removedAdGroupCount} (exclusive) will be empty.
*/
public int getRemovedAdGroupCount() {
return adPlaybackState.adGroupCount;
return adPlaybackState.removedAdGroupCount;
}
/**
......
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