Closed chauser closed 1 year ago
Pressing a Cancel button in a Scheduler widget causes a java.lang.UnsupportedOperationException due to attempting to add to the immutable list returned by Arrays.asList on line 79.
Fixed by #185.
Pressing a Cancel button in a Scheduler widget causes a java.lang.UnsupportedOperationException due to attempting to add to the immutable list returned by Arrays.asList on line 79.