Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKwokX committed Aug 25, 2023
1 parent 24dcd84 commit ae130d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ContactsFragment : Fragment(R.layout.fragment_main) {
)
.let(::flowOf)

private val contactsAdapter by fastLazy(::ContactsAdapter)
private val contactsAdapter = ContactsAdapter()

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencyResolutionManagement {
}
rootProject.name = "AndroidUtil-View"
include ':api'
include ':sample'
include ':sample'

0 comments on commit ae130d6

Please sign in to comment.