Skip to content

Commit

Permalink
refactor: removed unnecessary type declaration in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Jan 9, 2025
1 parent feb0a13 commit cde5496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SpacesListAdapter(
) : RecyclerView.Adapter<RecyclerView.ViewHolder>() {

private val spacesList = mutableListOf<OCSpace>()
private var isMultiPersonal: Boolean = false
private var isMultiPersonal = false

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder {
val binding = SpacesListItemBinding.inflate(LayoutInflater.from(parent.context), parent, false)
Expand Down

0 comments on commit cde5496

Please sign in to comment.