restore scroll position when navigating back to Album and Playlist pages

This commit is contained in:
Drew Weymouth
2025-04-14 08:44:13 -07:00
parent 2985e08807
commit 6e7ad7225d
5 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ func (a *FavoritesPage) Scroll(amount float32) {
grid = a.artistGrid
default:
if tr := a.tracklistOrNil(); tr != nil {
tr.Scroll(amount)
tr.ScrollBy(amount)
}
return
}