Skip to content

Commit

Permalink
WebFragment -> HotwireWebFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Oct 10, 2024
1 parent af5f898 commit 1226242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/android/05_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Hotwire.config.webViewDebuggingEnabled = BuildConfig.DEBUG
Set the default fragment destination:

```kotlin
Hotwire.defaultFragmentDestination = WebFragment::class
Hotwire.defaultFragmentDestination = HotwireWebFragment::class
```

Register fragment destinations:
Expand Down

0 comments on commit 1226242

Please sign in to comment.