Play the count of plays of the GIF to the count of plays of the GIF itself. #1863
Labels
enhancement
New feature or request
help wanted
Issues that are up for grabs + are good candidates for community PRs
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
I want to play the count of plays of the GIF to the count of plays of the GIF itself.
For example, the built-in count of plays of GIF is 3, and I want to play the corresponding count, and I don't want to set a repeatCount by ImageRequest, but if I don't set it, the default repeatCount will be REPEAT_INFINITE, this is not what I want.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I want to play the built-in count of GIF without manually set a fixed count of playback times.
Additional context
Add any other context or screenshots about the feature request here.
The
baseDrawable.repeatCount
is what I want, but it will be reassigned tooptions.parameters.repeatCount() ?: REPEAT_INFINITE
, how should I play the repeatCount of baseDrawale automatically?The text was updated successfully, but these errors were encountered: