Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created March 11, 2016 12:45
Show Gist options
  • Save pwittchen/df65d8009b7f8eee87d0 to your computer and use it in GitHub Desktop.
Save pwittchen/df65d8009b7f8eee87d0 to your computer and use it in GitHub Desktop.
@Override protected void onPause() {
super.onPause();
if (subscription != null && !subscription.isUnsubscribed()) {
subscription.unsubscribe();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment