You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
Describe the bug
Play/pause icon in the video player doesn't animate back from the pause icon to play icon.
To Reproduce
Steps to reproduce the behavior:
Go to any video
Click on pause button
Expected behavior
Pause icon animates back to play icon.
Additional context
The issue is caused by the use of reverse method through reflection in ReversibleAnimatedVectorDrawable which is not available since API 24.
The text was updated successfully, but these errors were encountered:
Describe the bug
Play/pause icon in the video player doesn't animate back from the pause icon to play icon.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pause icon animates back to play icon.
Additional context
The issue is caused by the use of
reverse
method through reflection inReversibleAnimatedVectorDrawable
which is not available since API 24.The text was updated successfully, but these errors were encountered: