formatting - sigh

This commit is contained in:
Kevin Griffin
2011-06-22 11:05:33 -04:00
committed by Joe Bowser
parent 53de070a41
commit 435c903baf
3 changed files with 17 additions and 14 deletions
+12 -12
View File
@@ -637,18 +637,18 @@ public class DroidGap extends PhonegapActivity {
this.appView.pauseTimers();
}
}
@Override
/**
* Called when the activity receives a new intent
**/
protected void onNewIntent(Intent intent) {
super.onNewIntent(intent);
//Forward to plugins
this.pluginManager.onNewIntent(intent);
}
@Override
/**
* Called when the activity receives a new intent
**/
protected void onNewIntent(Intent intent) {
super.onNewIntent(intent);
//Forward to plugins
this.pluginManager.onNewIntent(intent);
}
@Override
/**
* Called when the activity will start interacting with the user.