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
The DialogSampleApp fails to compile with Xamarin Studio 4.3.2;
/DialogSampleApp/Activity2.cs(6,6): Error CS0121: The call is ambiguous between the following methods or properties: MonoDroid.Dialog.Section.Add(MonoDroid.Dialog.Element)' andMonoDroid.Dialog.Section.Add(System.Collections.Generic.IEnumerable<MonoDroid.Dialog.Element>)' (CS0121) (DialogSampleApp)
The text was updated successfully, but these errors were encountered:
The DialogSampleApp fails to compile with Xamarin Studio 4.3.2;
/DialogSampleApp/Activity2.cs(6,6): Error CS0121: The call is ambiguous between the following methods or properties:
MonoDroid.Dialog.Section.Add(MonoDroid.Dialog.Element)' and
MonoDroid.Dialog.Section.Add(System.Collections.Generic.IEnumerable<MonoDroid.Dialog.Element>)' (CS0121) (DialogSampleApp)The text was updated successfully, but these errors were encountered: