Skip to content

Commit 1c14748

Browse files
committed
feat : executePendingBindings 추가
1 parent a31677c commit 1c14748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presentation/src/main/java/com/stop/ui/placesearch/NearPlaceAdapter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class NearPlaceAdapter : ListAdapter<Place, NearPlaceAdapter.ViewHolder>(diffUti
1515
class ViewHolder(private val binding: ItemNearPlaceBinding) : RecyclerView.ViewHolder(binding.root) {
1616
fun bind(place: Place) {
1717
binding.place = place
18+
binding.executePendingBindings()
1819
}
1920
}
2021

0 commit comments

Comments
 (0)