style(ui): remove manual card stroke color reset

This commit is contained in:
2026-04-18 16:47:19 +02:00
parent cc0b284a7f
commit 1238a5fba2
@@ -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