Skip to content

leak Memory cause crash out of memory #18

@Hung2299

Description

@Hung2299
image
             ApngDecoder.decodeApngAsyncInto(requireContext(),
                file.path,
                binding.image,
                callback = object : ApngDecoder.Callback {
                    override fun onSuccess(drawable: Drawable) {
                        binding.bgLoading.visibility = View.GONE
                    }

                    override fun onError(error: Exception) {
                        println("Error : $error")
                    }
                })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions