android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.06k stars 339 forks source link

BackHandler in DashboardScreen #191

Open JJSarrasin opened 1 month ago

JJSarrasin commented 1 month ago

Why can't we use a standard BackHandler {} in the DashboardScreen instead of the hacky "BackPressHandledArea" where you catch the Key.back in the onPreviewKeyEvent ?

Is it a compose issue ?