Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico authored Feb 13, 2021
1 parent ce88114 commit df3ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
<details open>
<summary>Kotlin</summary>

You can follow the [FirstFragment.kt](sample\src\main\java\me\omico\binder\actionbar\sampleFirstFragment.kt) just simplify add `bindToolbar(Toolbar)` method, and then we are all done. It will automatically unbind our Toolbar when the fragment is destroyed.
You can follow the [FirstFragment.kt](sample/src/main/java/me/omico/binder/actionbar/sample/FirstFragment.kt) just simplify add `bindToolbar(Toolbar)` method, and then we are all done. It will automatically unbind our Toolbar when the fragment is destroyed.

</details>

Expand Down

0 comments on commit df3ef45

Please sign in to comment.