Commit ce557b11 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 86d91a59
...@@ -511,7 +511,7 @@ public class FakeSimpleExoPlayer extends SimpleExoPlayer { ...@@ -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 () {
......
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