restore scroll position when navigating back to Album and Playlist pages
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user