-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Request LottieCompositionFactory fromXXXInputStream close param to be public. #2252
Labels
Comments
Reopening to add support for zipinputstream |
When will publish this feature ? |
I'll probably publish 6.1.0 soon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use
Lottie
inGlide
, and decode it inResourceDecoder
which hasInputStream
, when I useLottieCompositionFactory.fromJsonInputStreamSync
andLottieCompositionFactory.fromZipStreamSync
, they all close theInputStream
, but I don't wantLottieCompositionFactory
close theInputStream
.I think, make the private
LottieCompositionFactory.fromJsonReaderSyncInternal
andLottieCompositionFactory.fromZipStreamSyncInternal
to be public will be better.The text was updated successfully, but these errors were encountered: