Add final to boolean used within Runnable.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176997767
This commit is contained in:
tonihei 2017-11-27 03:57:45 -08:00 committed by Oliver Woodman
parent 86d91a59a0
commit ce557b11fc

View File

@ -511,7 +511,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 () {