
ScreenOpenedCallback uses an AtomicReference instead of a TypedActionResult
BoogieMonster1O1 opened this issue ยท 1 comments
The parameter should be a
Screen
and the return type should be a TypedActionResult
to match upstreams' conventions for events that consume and return the same kind of parameter
Not sure about how to go about this