Create actual copy of listener list instead of just copying the reference.
Forwarding the listeners to the notification update is meant to ensure we only notify the listeners which were registered at the time the event happened However, we currently just copy the reference to the actual list instead of doing a deep copy of the listeners. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222227735
Showing
with
77 additions
and
35 deletions
Please
register
or
sign in
to comment