Calendar trigger

This commit is contained in:
2023-12-27 13:33:09 +01:00
parent 9b28aeef8b
commit 584495ef61
7 changed files with 214 additions and 54 deletions

View File

@@ -645,7 +645,7 @@ public class ActivityManageRule extends Activity
else if(types[i].toString().equals(Trigger_Enum.subSystemState.toString()))
items.add(new Item(typesLong[i].toString(), R.drawable.subsystemstate));
else if(types[i].toString().equals(Trigger_Enum.calendarEvent.toString()))
items.add(new Item(typesLong[i].toString(), R.drawable.placeholder));
items.add(new Item(typesLong[i].toString(), R.drawable.calendar));
else
items.add(new Item(typesLong[i].toString(), R.drawable.placeholder));
}