Fix typo on NewTappableIcon function
This commit is contained in:
committed by
Drew Weymouth
parent
c19edccf80
commit
39b17abd7d
@@ -15,7 +15,7 @@ type TappableIcon struct {
|
||||
OnTapped func()
|
||||
}
|
||||
|
||||
func NewTappbaleIcon(res fyne.Resource) *TappableIcon {
|
||||
func NewTappableIcon(res fyne.Resource) *TappableIcon {
|
||||
icon := &TappableIcon{}
|
||||
icon.ExtendBaseWidget(icon)
|
||||
icon.SetResource(res)
|
||||
|
||||
Reference in New Issue
Block a user