android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

Per App Language gets ANR when pressing Back after switching language #429

Open sonny-uplb opened 1 year ago

sonny-uplb commented 1 year ago

In compose_app for Per App Language, after switching the language then pressing back button to close the app, an Application Not Responding message appears. Checking on the logcat, the reason was Input dispatching timed out (Application does not have a focused window)