Suppress warning about unused return value
The return value is intentionally unused because the check is only done to see if the reflection operation succeeds. PiperOrigin-RevId: 642579373
This commit is contained in:
parent
27e6395dbc
commit
8bd6e5d10a
@ -1310,6 +1310,7 @@ import java.util.concurrent.TimeoutException;
|
|||||||
return playbackInfo.timeline;
|
return playbackInfo.timeline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("ReturnValueIgnored") // Reflection result intentionally ignored.
|
||||||
@Override
|
@Override
|
||||||
public void setVideoEffects(List<Effect> videoEffects) {
|
public void setVideoEffects(List<Effect> videoEffects) {
|
||||||
verifyApplicationThread();
|
verifyApplicationThread();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user