Commit b1790f9d by andrewlewis Committed by Toni

Fix IMA test build issue

PiperOrigin-RevId: 256545951
parent 81e7b31b
......@@ -106,11 +106,6 @@ public final class FakeAdsRequest implements AdsRequest {
}
@Override
public void setContinuousPlayback(boolean b) {
throw new UnsupportedOperationException();
}
@Override
public void setContentDuration(float v) {
throw new UnsupportedOperationException();
}
......
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