Fix bug where callback delegates get garbage collected on linux
This results in a app crashing when these callbacks get invoked later. Assigning the delegates to class fields ensures they don't get garbage collected.
Loading
Please sign in to comment