Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created December 10, 2017 15:50
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 jezinka/a9084f624c84cc6eea937f68187abbf3 to your computer and use it in GitHub Desktop.
Save jezinka/a9084f624c84cc6eea937f68187abbf3 to your computer and use it in GitHub Desktop.
@Override
protected void onDestroy() {
super.onDestroy();
PreferenceManager.getDefaultSharedPreferences(this).unregisterOnSharedPreferenceChangeListener(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment