Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created July 21, 2019 11:59
Show Gist options
  • Save PatilShreyas/1aa234ec40356ecd79a152a38bf30732 to your computer and use it in GitHub Desktop.
Save PatilShreyas/1aa234ec40356ecd79a152a38bf30732 to your computer and use it in GitHub Desktop.
@Override
protected void onStop() {
super.onStop();
mAdapter.stopListening();
}
override fun onStop() {
super.onStop()
mAdapter.stopListening()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment