Skip to content

Commit

Permalink
Merge pull request #247 from dolfalf/bugfix/scroll_completion_param
Browse files Browse the repository at this point in the history
Fixed the parameter of labelReturnedToHome method
  • Loading branch information
cbpowell committed Jan 18, 2020
2 parents 0a95aef + 9dd8d70 commit 8cd051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarqueeLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ open class MarqueeLabel: UILabel, CAAnimationDelegate {
}

// Call returned home function
self!.labelReturnedToHome(true)
self!.labelReturnedToHome(finished)

// Check to ensure that:

Expand Down

0 comments on commit 8cd051e

Please sign in to comment.