Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
Co-authored-by: Mahmoud Mabrok Fouad <mahmoudmabrok3579@gmail.com>
  • Loading branch information
hamza94max and MahmoudMabrok committed Dec 6, 2023
1 parent 33950b6 commit 2db6576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AzkarListAdapter(private val azkar_modelList: List<AzkarListModel>) :

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
val layoutInflater = LayoutInflater.from(parent.context)
val v = layoutInflater.inflate(R.layout.simple_cell, parent, false)
val view = layoutInflater.inflate(R.layout.simple_cell, parent, false)
return ViewHolder(v)
}

Expand Down

0 comments on commit 2db6576

Please sign in to comment.