Skip to content

Instantly share code, notes, and snippets.

@FireZenk
Last active May 2, 2017 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FireZenk/772fd3a837b1c071846d27c8bd88251d to your computer and use it in GitHub Desktop.
Save FireZenk/772fd3a837b1c071846d27c8bd88251d to your computer and use it in GitHub Desktop.
@Override public void onDestroy() {
if (!animationSubscription.isUnsubscribed()) {
super.onDestroy();
animationSubscription.unsubscribe();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment