Skip to content

Commit

Permalink
Use render internally to keep update public-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Mar 15, 2017
1 parent ff5af68 commit c2e7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PermissionButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ open class PermissionButton: UIButton {
Tells the view that its superview changed.
*/
open override func didMoveToSuperview() {
update()
render()
}

/**
Expand Down

0 comments on commit c2e7910

Please sign in to comment.