Skip to content

Commit

Permalink
Update HotwireNavigation.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti authored Oct 12, 2024
1 parent d29bc54 commit 6b68515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Hotwire.defaultFragmentDestination: KClass<out Fragment>

/**
* Register fragment destinations that can be navigated to. Every possible
* destination must be provided here.
* destination must be provided here, including one set via [defaultFragmentDestination].
*/
fun Hotwire.registerFragmentDestinations(vararg destinations: KClass<out Fragment>) {
HotwireNavigation.registeredFragmentDestinations = destinations.toList()
Expand Down

0 comments on commit 6b68515

Please sign in to comment.