This commit is contained in:
Justin Mazzocchi 2021-02-05 20:27:08 -08:00
parent 86cdb4676a
commit aa9842f283
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C

View file

@ -309,6 +309,7 @@ private extension TableViewController {
var bottomInset: CGFloat { insetBottom ? Self.bottomInset : 0 }
// swiftlint:disable:next function_body_length
func setupViewModelBindings() {
viewModel.title.sink { [weak self] in self?.navigationItem.title = $0 }.store(in: &cancellables)