mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 06:32:39 +02:00
refactor(collection): add TODO for notifyDataSetChanged cleanup
This commit is contained in:
@@ -339,6 +339,7 @@ class CollectionAdapter(
|
||||
|
||||
|
||||
/* Shows / hides the edit view for a station */
|
||||
/* TODO: Remove @SuppressLint("NotifyDataSetChanged"), remove NotifyDataSetChanged */
|
||||
@SuppressLint("NotifyDataSetChanged")
|
||||
private fun toggleEditViews(position: Int, stationUuid: String) {
|
||||
when (stationUuid) {
|
||||
|
||||
Reference in New Issue
Block a user