mirror of
https://github.com/androidx/media.git
synced 2025-05-11 01:31:40 +08: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
86d91a59a0
commit
ce557b11fc
@ -511,7 +511,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…
x
Reference in New Issue
Block a user