Commit 818d5a0b by tonihei Committed by Oliver Woodman

Add final to boolean used within Runnable.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176997767
parent a4fbb453
......@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment