Skip to content

Commit

Permalink
Update ViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Jan 9, 2024
1 parent 6d2e49b commit 887a858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ViewController: NSViewController {
return
}
})
.disposed(by: self.disposeBag)
.disposed(by: disposeBag)
}
/// Bind activityIndicator's isAnimating property to view state.
private func bindActivityIndicatorIsAnimating() {
Expand Down

0 comments on commit 887a858

Please sign in to comment.