Last active
February 1, 2017 22:27
-
-
Save cloudshooterhuman/aa79f1e18b2fb94edd2699682f92eb4c to your computer and use it in GitHub Desktop.
An organised draft of my time investment learning RxJava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
protected void onDestroy() { | |
super.onDestroy(); | |
if (mSubscription != null) mSubscription.unsubscribe(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment