mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix ImaAdsLoader @Override for unreleased method
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202625377
This commit is contained in:
parent
557fa17945
commit
f94cef43e8
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ public final class ImaAdsLoader
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
// TODO: Add @Override when the next IMA release is available.
|
||||||
public int getVolume() {
|
public int getVolume() {
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
return lastVolumePercentage;
|
return lastVolumePercentage;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue