added disposeBag

This commit is contained in:
Maxim Sorokin 2020-08-19 11:04:27 +03:00
parent 058f50215d
commit a227d74db5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ open class ContainerTableCell<TView: UIView>: BaseRxTableViewCell, ConfigurableC
// MARK: - ConfigurableCell
open func configure(with viewModel: TView.ViewModelType) {
disposeBag = DisposeBag()
wrappedView.configure(with: viewModel)
}