Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Feb 5, 2023
1 parent 6a51cce commit c18b759
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/kotlin/area/AreaAdapter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package area

import android.view.LayoutInflater
import android.view.ViewGroup
import androidx.annotation.StyleableRes
import androidx.core.view.isVisible
import androidx.recyclerview.widget.DiffUtil
import androidx.recyclerview.widget.ListAdapter
Expand Down Expand Up @@ -92,7 +91,6 @@ class AreaAdapter(
val iconId: String,
val name: String,
val status: String,
@StyleableRes
val colorResId: Int,
val showCheckmark: Boolean,
) : Item()
Expand Down

0 comments on commit c18b759

Please sign in to comment.