added disposeBag
This commit is contained in:
parent
058f50215d
commit
a227d74db5
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue