mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
formatting - sigh
This commit is contained in:
parent
53de070a41
commit
435c903baf
@ -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