-
Notifications
You must be signed in to change notification settings - Fork 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
Compose NavBackStackEntry leak #2675
Comments
This looks like a bug in Compose, maybe tied to |
Hi Pyricau, Thank you for your reply. Here is the link of the Compose issue filed on the suggested url : |
I have faced a very similar issue in my project, that also seems to have originated from |
I also experience this issue in a sample app of https://github.com/sebaslogen/resaca |
Description
Hi all,
I'm getting a notification from Leakcanary when debugging an app on a Samsung Galaxy S10, running on Android 12.
Indeed, Leakcanary notifies a leaked activity when the concerned activity is recreated (toggling from light to night mode or vice versa, in my case).
Below are shown the content of the app MainActivity and the related Leakcanary report:
MainActivity.kt
Leakcanary report
Version Information
Additional Information
In my opinion, this is a Leakcanary bug.
The text was updated successfully, but these errors were encountered: