mirror of
https://github.com/samsonjs/media.git
synced 2026-04-19 13:35:47 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue