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;
|
||||
}
|
||||
|
||||
@SuppressWarnings("ReturnValueIgnored") // Reflection result intentionally ignored.
|
||||
@Override
|
||||
public void setVideoEffects(List<Effect> videoEffects) {
|
||||
verifyApplicationThread();
|
||||
|
Loading…
x
Reference in New Issue
Block a user