From c2c5e560e99de66b735a6bc5243ae0840c70c350 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 2b35c8d50c..1adc557142 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"}. *