mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix IMA test build issue
PiperOrigin-RevId: 256545951
This commit is contained in:
parent
81e7b31be1
commit
b1790f9dcc
1 changed files with 0 additions and 5 deletions
|
|
@ -105,11 +105,6 @@ public final class FakeAdsRequest implements AdsRequest {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setContinuousPlayback(boolean b) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setContentDuration(float v) {
|
||||
throw new UnsupportedOperationException();
|
||||
|
|
|
|||
Loading…
Reference in a new issue