Skip to content

Commit

Permalink
fix observable
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed Sep 23, 2017
1 parent 101f2f9 commit 912adfc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ final class FavoriteViewController: UIViewController {
.bind(to: showRepository)
.disposed(by: disposeBag)

Observable.merge(store.isRepositoryFetching.map { _ in },
store.favorites.map { _ in })
store.favorites.map { _ in }
.bind(to: reloadData)
.disposed(by: disposeBag)
}
Expand Down

0 comments on commit 912adfc

Please sign in to comment.