calendar trigger

This commit is contained in:
2023-12-25 14:28:48 +01:00
parent 67238bd2f0
commit b6bf31589a
2 changed files with 24 additions and 10 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.calendar));
items.add(new Item(typesLong[i].toString(), R.drawable.placeholder));
else
items.add(new Item(typesLong[i].toString(), R.drawable.placeholder));
}