summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/view
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-11-22 19:29:17 +0100
committerByteHamster <info@bytehamster.com>2019-11-22 19:29:17 +0100
commit4a3db25876b8134b8bd706f7347647b62a4b4961 (patch)
tree31580b9ff8bf15e3cf27320cc05d378424273538 /app/src/main/java/de/danoeh/antennapod/view
parenta5ee83f3731f1f38268dde662d09940eef431b0a (diff)
downloadAntennaPod-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.java2
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