forked from github/cordova-android
formatting - sigh
This commit is contained in:
parent
517b5e0db9
commit
c15971253f
@ -267,6 +267,9 @@ public final class PluginManager {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when the activity receives a new intent.
|
||||
*/
|
||||
public void onNewIntent(Intent intent) {
|
||||
java.util.Set<Entry<String,Plugin>> s = this.plugins.entrySet();
|
||||
java.util.Iterator<Entry<String,Plugin>> it = s.iterator();
|
||||
|
Loading…
Reference in New Issue
Block a user