You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an unassigned Action in lambda function will cause compiler
error for older version of Mono, even the variable will be assigned
before it is used.
The workaround is to assign null to the Action first.
Change-Id: I6ecdd12caf559f7509d1a3737127fd2cc83c50e6
0 commit comments