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

Make APNGDecoder#getLoopCount public method #206

Open
1 task done
phicdy opened this issue Oct 1, 2023 · 0 comments
Open
1 task done

Make APNGDecoder#getLoopCount public method #206

phicdy opened this issue Oct 1, 2023 · 0 comments

Comments

@phicdy
Copy link

phicdy commented Oct 1, 2023

New Issue Checklist

  • I have searched for a similar issue in the project and found none

Issue Info

Info Value
Device Info e.g. Huawei Mate 30 pro
System Version e.g. 6.0
APNG4Android Library Version e.g. 1.0.0
Repro rate e.g. all the time (100%) / sometimes x% / only once
Repro with our demo project e.g. does it happen with our demo project?
Demo project link e.g. link to a demo project that highlights the issue

Issue Description and Steps

Hello @penfeizhou , thank you for awesome library.
In some cases, I'd like to get loop count, but is not opened. Can we make it public method ? If there are not any concerns, I'll create PR.

@Override
protected int getLoopCount() {
return mLoopCount;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant