Skip to content

Commit

Permalink
Missed one usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 21, 2025
1 parent 9f4c72c commit bb81fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/mobile/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (c *canvas) waitForDoubleTap(co fyne.CanvasObject, ev *fyne.PointEvent, tap
c.touchCancelFunc = nil
c.touchLastTapped = nil
c.touchCancelLock.Unlock()
})
}, true)
}

func (c *canvas) windowHeadIsDisplacing() bool {
Expand Down

0 comments on commit bb81fad

Please sign in to comment.