Ensure onEvents is called when listener is removed.
When a listener is removed or released we may not have called onEvents for events that happened before this point. To ensure listeners don't miss events we need to trigger a final onEvents with all events we have happened so far (if any). PiperOrigin-RevId: 346553030
Showing
with
14 additions
and
6 deletions
Please
register
or
sign in
to comment