diff options
author | ByteHamster <info@bytehamster.com> | 2019-11-22 19:29:17 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-11-22 19:29:17 +0100 |
commit | 4a3db25876b8134b8bd706f7347647b62a4b4961 (patch) | |
tree | 31580b9ff8bf15e3cf27320cc05d378424273538 /app/src/main/java/de/danoeh/antennapod/view | |
parent | a5ee83f3731f1f38268dde662d09940eef431b0a (diff) | |
download | AntennaPod-4a3db25876b8134b8bd706f7347647b62a4b4961.zip |
Fixed some lint errors
Diffstat (limited to 'app/src/main/java/de/danoeh/antennapod/view')
-rw-r--r-- | app/src/main/java/de/danoeh/antennapod/view/AspectRatioVideoView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/de/danoeh/antennapod/view/AspectRatioVideoView.java b/app/src/main/java/de/danoeh/antennapod/view/AspectRatioVideoView.java index e79389fb3..4c116fa2d 100644 --- a/app/src/main/java/de/danoeh/antennapod/view/AspectRatioVideoView.java +++ b/app/src/main/java/de/danoeh/antennapod/view/AspectRatioVideoView.java @@ -88,7 +88,7 @@ public class AspectRatioVideoView extends VideoView { mVideoWidth = videoWidth; mVideoHeight = videoHeight; - /** + /* * If this isn't set the video is stretched across the * SurfaceHolders display surface (i.e. the SurfaceHolder * as the same size and the video is drawn to fit this |