Skip to content

Instantly share code, notes, and snippets.

@hadilq
Created December 12, 2019 17:12
Show Gist options
  • Save hadilq/db6bebe140db8b1b0a0692e59e0152a8 to your computer and use it in GitHub Desktop.
Save hadilq/db6bebe140db8b1b0a0692e59e0152a8 to your computer and use it in GitHub Desktop.
protected fun <T> Flowable<T>.observe(o: (T) -> Unit) {
RxLifecycleHandler(this@BaseFragment, this, o)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment