Skip to content

Commit

Permalink
Small rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jul 27, 2017
1 parent d6688be commit 8a4e9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ImageItemBasic(val data: ImageModel)
fun bindEvents(activity: Activity, fastAdapter: FastAdapter<ImageItemBasic>) {
fastAdapter.withSelectable(false)
//add image data and return right away
.withOnClickListener { v, _, item, _ ->
.withOnClickListener { _, _, item, _ ->
val intent = Intent()
val data = arrayListOf(item.data)
intent.putParcelableArrayListExtra(IMAGE_PICKER_RESULT, data)
Expand Down

0 comments on commit 8a4e9fd

Please sign in to comment.