Skip to content

Commit

Permalink
Fix SampleContactsActivity adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
gamepro65 authored and jrodbx committed Feb 4, 2022
1 parent ebbec01 commit d79a385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SampleContactsActivity : PicassoSampleActivity(), LoaderCallbacks<Cursor>
adapter = SampleContactsAdapter(this)

findViewById<ListView>(android.R.id.list).apply {
adapter = adapter
adapter = this@SampleContactsActivity.adapter
setOnScrollListener(SampleScrollListener(this@SampleContactsActivity))
}

Expand Down

0 comments on commit d79a385

Please sign in to comment.