Skip to content

Commit

Permalink
fix missing icon in album grid cover placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jun 2, 2023
1 parent 2869672 commit 8b238fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/widgets/gridview.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func NewGridView(iter GridViewIterator, fetch ImageFetcher, placeholder fyne.Res
GridViewState: GridViewState{
iter: iter,
imageFetcher: fetch,
placeholder: placeholder,
},
}
g.ExtendBaseWidget(g)
Expand Down

0 comments on commit 8b238fd

Please sign in to comment.