[Mono-bugs] [Bug 619658] UIActionSheet causes crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 2 16:56:05 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=619658

http://bugzilla.novell.com/show_bug.cgi?id=619658#c3


--- Comment #3 from Geoff Norton <gnorton at novell.com> 2010-07-02 20:56:05 UTC ---
The code never worked fine, you just got lucky because a GC didn't happen.

public class Foo {
  UIActionSheet sheet;

  private void Show () {
      sheet = new UIActionSheet (...);
      sheet.Dismissed += delegate { sheet = null; }
  }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list