mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +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() {
|
||||
@Override
|
||||
public void run () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue