fix keyboard scrolling weirdness by updating Fyne fork

This commit is contained in:
Drew Weymouth
2024-02-22 17:25:46 -08:00
parent 7b1ec1fe74
commit daac2c8566
10 changed files with 3 additions and 12 deletions
-1
View File
@@ -97,7 +97,6 @@ var _ Scrollable = (*GenresPage)(nil)
func (a *GenresPage) Scroll(amount float32) {
a.list.list.ScrollToOffset(a.list.list.GetScrollOffset() + amount)
a.list.list.Refresh()
}
func (a *GenresPage) Route() controller.Route {