TheSomeshKumar / Flixplorer

Jetpack Compose project showcasing Android MVVM guideline published on https://developer.android.com/topic/architecture#recommended-app-arch
MIT License
94 stars 11 forks source link

Exceptions about DetailsScreen #21

Open tenSunFree opened 4 months ago

tenSunFree commented 4 months ago

When you click to enter DetailsScreen and quickly press the "physical return key" to return to the previous page, an exception will occur. 0001 0002

Have you considered adding additional restriction processes, such as restricting the "function of the physical return key"? It will only be allowed after one second has passed after the data is successfully obtained.

0003
TheSomeshKumar commented 3 months ago

@tenSunFree I'll look into it and see how we can stop erro in lifecycler aware manner. Thank you :)