Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jogendra committed Oct 10, 2020
1 parent ca27125 commit b334afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/BadgeHub/ViewController.swift
Expand Up @@ -70,6 +70,6 @@ class ViewController: UIViewController {
}

@objc private func testDecrement() {
hub?.count = 0
hub?.decrement()
}
}

0 comments on commit b334afa

Please sign in to comment.