From e7e2cbdc909c4aa8a8cb39d25607dfdc382a7545 Mon Sep 17 00:00:00 2001 From: olly Date: Thu, 13 Dec 2018 16:58:39 +0000 Subject: [PATCH] Add missing .. PiperOrigin-RevId: 225379305 --- .../main/java/com/google/android/exoplayer2/ui/PlayerView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index d9989370b4..88eabfed07 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -188,7 +188,7 @@ import java.util.List; *
  • {@code exo_shutter} - A view that's made visible when video should be hidden. This * view is typically an opaque view that covers the video surface, thereby obscuring it when * visible. Obscuring the surface in this way also helps to prevent flicker at the start of - * playback when {@code surface_type="surface_view"} + * playback when {@code surface_type="surface_view"}. *