android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

[Bug]: clicking any menu item in your Jetpack Compose Reply app was triggering multiple executions of the associated action. multiple logs being printed each time a menu item was clicked. #1447

Open waitforsunny opened 3 weeks ago

waitforsunny commented 3 weeks ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

Is this an issue related to one of the samples?

Sample app

Reply

What happened?

clicking any menu item in your Jetpack Compose Reply app was triggering multiple executions of the associated action. multiple logs being printed each time a menu item was clicked. WX20240824-104507@2x

Relevant logcat output

No response

Code of Conduct