Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Created June 14, 2022 09:45
Show Gist options
  • Save mazzouzi/ede893ef58e4528468bad849e7098d65 to your computer and use it in GitHub Desktop.
Save mazzouzi/ede893ef58e4528468bad849e7098d65 to your computer and use it in GitHub Desktop.
override fun onStop() {
super.onStop()
/**
* Always unregister to the Android API before the view gets destroyed
* -> no memory leak ✅
*/
activity?.unregisterReceiver(localBroadcastReceiver)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment