Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
This commit is contained in:
commit
90a3b4aef0
@ -122,6 +122,7 @@ public class IntentListView extends ListView {
|
||||
// wrapper method for single intents
|
||||
public void setIntent(Intent intent) {
|
||||
ArrayList<Intent> intentList = new ArrayList<Intent>(1);
|
||||
intentList.add(intent);
|
||||
setIntents(intentList);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user