Make some inner classes static

Closes #7370
This commit is contained in:
Andrew Gaul
2018-01-27 12:29:58 -08:00
committed by Moxie Marlinspike
parent c5e495bfe5
commit 10c1ee70e8
4 changed files with 5 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ public class VideoPlayer extends FrameLayout {
videoView.setMediaController(mediaController);
}
private class ExoPlayerListener implements ExoPlayer.EventListener {
private static class ExoPlayerListener implements ExoPlayer.EventListener {
private final Window window;
ExoPlayerListener(Window window) {