mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 08:21:04 +08:00
formattage
This commit is contained in:
parent
327bda49a0
commit
517b5e0db9
@ -620,16 +620,16 @@ public class DroidGap extends PhonegapActivity {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
/**
|
/**
|
||||||
* Called when the activity receives a new intent
|
* Called when the activity receives a new intent
|
||||||
**/
|
**/
|
||||||
protected void onNewIntent(Intent intent) {
|
protected void onNewIntent(Intent intent) {
|
||||||
super.onNewIntent(intent);
|
super.onNewIntent(intent);
|
||||||
|
|
||||||
//Forward to plugins
|
//Forward to plugins
|
||||||
this.pluginManager.onNewIntent(intent);
|
this.pluginManager.onNewIntent(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user