like this: ```verride fun onResume() { sup...
# rx
m
like this:
Copy code
verride fun onResume() {
        super.onResume()

        kYCDatasubScriber?.let {
            getKycDataProcessor.subscribeWith(it).apply { lifeCicleDependentDisposables += this }
        }
    }