like this: ```.subscribe( ...
# android
m
like this:
Copy code
.subscribe(
                        {
                            if (autoStartService) {
                                // do sth
                            }
                        },
                        { Timber.e(it) }
                )