Commit f68faff3 by insun Committed by Oliver Woodman

Set VR button disabled when listener is not registered (styled view)

PiperOrigin-RevId: 329851964
parent fd71e38d
......@@ -635,6 +635,7 @@ public class StyledPlayerControlView extends FrameLayout {
vrButton = findViewById(R.id.exo_vr);
if (vrButton != null) {
setShowVrButton(showVrButton);
updateButton(/* enabled= */ false, vrButton);
}
// Related to Settings List View
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment