Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Sep 15, 2024
2 parents 93011d4 + ead52b0 commit 0647b2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import com.viscouspot.gitsync.R
class ApplicationListAdapter(private val applicationList: MutableList<Drawable>) : RecyclerView.Adapter<ApplicationListAdapter.ViewHolder>() {
class ViewHolder(view: View) : RecyclerView.ViewHolder(view) {
val icon: ImageView

init {
icon = view.findViewById(R.id.icon)
}
Expand Down

0 comments on commit 0647b2d

Please sign in to comment.