added forgotten intent to intent list (thx fkloft)
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user