Commit f94cef43 by andrewlewis Committed by Oliver Woodman

Fix ImaAdsLoader @Override for unreleased method

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202625377
parent 557fa179
...@@ -667,7 +667,7 @@ public final class ImaAdsLoader ...@@ -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;
......
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