Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
anho committed Oct 11, 2018
1 parent 3b93a6f commit 4d79fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReachabilityUIDemo/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "nodes-ios/Reachability-UI" "0.3.1"
github "nodes-ios/Reachability-UI" "0.3.3"
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TabBarCoordinator: Coordinator {
font: UIFont.systemFont(ofSize: 12),
textAlignment: .center)
let coordinator = ReachabilityCoordinator(window: window,
reachabilityListenerFactory: dependencies.reachabilityListenerFactory, with: configuration)
reachabilityListenerFactory: dependencies.reachabilityListenerFactory, configuration: configuration)
reachabilityCoordinator = coordinator
coordinator.start()
}
Expand Down

0 comments on commit 4d79fb3

Please sign in to comment.