Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom PlaybackControlView not update without exo_position and exo_duration #2927

Closed
baitouwei opened this issue Jun 9, 2017 · 1 comment

Comments

@baitouwei
Copy link

Issue description

Custom PlaybackControlView whitout position text and duration text then progress will not update.

Reproduction steps

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <com.google.android.exoplayer2.ui.DefaultTimeBar
        android:id="@id/exo_progress"
        android:layout_width="match_parent"
        android:layout_height="20dp">
    </com.google.android.exoplayer2.ui.DefaultTimeBar>
</FrameLayout>

1.Use above xml to custom PlaybackControlView
2.PlaybackControlView progress will not update

Version of ExoPlayer being used

r2.4.1

Device(s) and version(s) of Android being used

Geneymotion Nexus 5 6.0.0 API 23

@ojw28
Copy link
Contributor

ojw28 commented Jun 9, 2017

Duplicate of #2871. This will be fixed in the next release.

@ojw28 ojw28 closed this as completed Jun 9, 2017
@ojw28 ojw28 added the duplicate label Jun 9, 2017
@google google locked and limited conversation to collaborators Oct 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants