Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul committed Nov 8, 2023
1 parent e56de6e commit b3a3b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ override func bindReachability() {
super.bindReachability()

let isReachable = reachability?.rx.isReachable
.share()
.distinctUntilChanged()
.share()

isReachable?
.bind(to: locationView.rx.handleNetworkErrorViewVisibility)
Expand Down

0 comments on commit b3a3b5c

Please sign in to comment.