Added super call
This commit is contained in:
parent
ad02f40085
commit
a6b2874b56
@ -15,6 +15,9 @@ abstract class WorkTaskListener: CoordinatorEventListener() {
|
||||
private val log = KotlinLogging.logger {}
|
||||
|
||||
override fun shouldIProcessAndHandleEvent(incomingEvent: Event, events: List<Event>): Boolean {
|
||||
if (!super.shouldIProcessAndHandleEvent(incomingEvent, events)) {
|
||||
return false
|
||||
}
|
||||
return canStart(incomingEvent, events)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user