Skip to content

Instantly share code, notes, and snippets.

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