Skip to content

Instantly share code, notes, and snippets.

@dlemures
Created June 4, 2016 19:22
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 dlemures/c015d7d1c859bcd674d23d4bdfe64114 to your computer and use it in GitHub Desktop.
Save dlemures/c015d7d1c859bcd674d23d4bdfe64114 to your computer and use it in GitHub Desktop.
@Override
protected void onNewIntent(Intent intent) {
super.onNewIntent(intent);
Dart.inject(this, intent.getExtras());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment