mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add final to boolean used within Runnable.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176997767
This commit is contained in:
parent
a4fbb45325
commit
818d5a0b00
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ public class FakeSimpleExoPlayer extends SimpleExoPlayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void stop(boolean quitPlaybackThread) {
|
private void stop(final boolean quitPlaybackThread) {
|
||||||
playbackHandler.post(new Runnable() {
|
playbackHandler.post(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run () {
|
public void run () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue