Skip to content

fix: fix Android ANR during onDestroy()#5662

Open
heyzooi wants to merge 1 commit intobumptech:masterfrom
heyzooi:feature/fix-android-anr
Open

fix: fix Android ANR during onDestroy()#5662
heyzooi wants to merge 1 commit intobumptech:masterfrom
heyzooi:feature/fix-android-anr

Conversation

@heyzooi
Copy link

@heyzooi heyzooi commented Mar 11, 2026

Description

When onDestroy() is called, placeholder drawables that were specified using the Android Resource ID is loaded without need.

Motivation and Context

When onDestroy() is called, there's no need to load a placeholder drawable, so now the API has a way to skip that.
This PR fixes the Android ANR described at #5398

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

Successfully merging this pull request may close these issues.

1 participant