mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:52:40 +02:00
style(ui): remove manual card stroke color reset
This commit is contained in:
@@ -197,12 +197,6 @@ class CollectionAdapter(
|
||||
ContextCompat.getColor(context, R.color.cardview_reordering)
|
||||
)
|
||||
)
|
||||
} else {
|
||||
stationViewHolder.stationCardView.setStrokeColor(
|
||||
ColorStateList.valueOf(
|
||||
ContextCompat.getColor(context, R.color.list_card_stroke_background)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
// show / hide edit views
|
||||
|
||||
Reference in New Issue
Block a user