Skip to content

Instantly share code, notes, and snippets.

@PierceZ
Created January 14, 2017 19:56
Show Gist options
  • Save PierceZ/0deabde5e109d14be8a787a6e98a361a to your computer and use it in GitHub Desktop.
Save PierceZ/0deabde5e109d14be8a787a6e98a361a to your computer and use it in GitHub Desktop.
public abstract class BaseFragment extends Fragment {
@Override
public void onDestroy() {
super.onDestroy();
RxBus.unregister(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment