hotwired / turbo-android

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

Fix `Toolbar` back button visibility without having a separate start destination `Fragment` instance #311

Closed jayohms closed 4 months ago

jayohms commented 4 months ago

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

It's no longer necessary to have a unique start destination Fragment instance from other destinations for the Toolbar back button to properly display.