added forgotten intent to intent list (thx fkloft)
This commit is contained in:
parent
fe47f9b5dc
commit
0b854a2b42
@ -122,6 +122,7 @@ public class IntentListView extends ListView {
|
|||||||
// wrapper method for single intents
|
// wrapper method for single intents
|
||||||
public void setIntent(Intent intent) {
|
public void setIntent(Intent intent) {
|
||||||
ArrayList<Intent> intentList = new ArrayList<Intent>(1);
|
ArrayList<Intent> intentList = new ArrayList<Intent>(1);
|
||||||
|
intentList.add(intent);
|
||||||
setIntents(intentList);
|
setIntents(intentList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user