John

Results 2 comments of John

FYI, found a workaround the null WorkInfo issue for the time being: ``` public void OnChanged(Java.Lang.Object p0) { var p0List = p0 as IEnumerable; foreach (var item in p0List )...