mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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() {
|
||||
if (player == null) {
|
||||
return lastVolumePercentage;
|
||||
|
|
|
|||
Loading…
Reference in a new issue