move to list fork
This commit is contained in:
@@ -212,7 +212,6 @@ func NewGenreList(sorting widgets.ListHeaderSort) *GenreList {
|
||||
},
|
||||
func(id widget.ListItemID, item fyne.CanvasObject) {
|
||||
row := item.(*GenreListRow)
|
||||
a.list.SetItemForID(id, row)
|
||||
if row.Item != a.genres[id] {
|
||||
row.EnsureUnfocused()
|
||||
row.ListItemID = id
|
||||
|
||||
Reference in New Issue
Block a user