Skip to content

Commit

Permalink
Merge pull request #7 from bukalapak/fix_force_close
Browse files Browse the repository at this point in the history
fix forceStopAnimating
  • Loading branch information
krisbiantocs authored Jan 14, 2020
2 parents 578f0fb + b68a550 commit 091175c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public final class NVActivityIndicatorPresenter {

@objc public final func forceStopAnimating() {
hide(nil)
state = .stopped
}

/// Set message displayed under activity indicator view.
Expand Down

0 comments on commit 091175c

Please sign in to comment.