hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
407 stars 51 forks source link

Fix `clearBackStack()` from a bottom sheet dialog fragment #307

Closed jayohms closed 4 months ago

jayohms commented 4 months ago

Ensure that clearBackStack() works correctly when called from a bottom sheet fragment. Follow up to https://github.com/hotwired/turbo-android/pull/306

Fixes https://github.com/hotwired/turbo-android/issues/260