Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit 7fce46a

Browse files
committed
Android.Views.ViewStructure enumification fixes
Context: https://bugzilla.xamarin.com/show_bug.cgi?id=59655 Update the `Android.Views.ViewStructure.SetAutofillType(int)` method to instead be: Android.Views.ViewStructure.SetAutofillType(Android.Views.AutofillType)
1 parent 19a5fbc commit 7fce46a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

reference/Mono.Android.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713452,7 +713452,7 @@
713452713452
<parameter name="p0" position="0" attrib="0" type="System.String[]" />
713453713453
</parameters>
713454713454
</method>
713455-
<method name="SetAutofillType(System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
713455+
<method name="SetAutofillType(Android.Views.AutofillType)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
713456713456
<attributes>
713457713457
<attribute name="Android.Runtime.RegisterAttribute">
713458713458
<properties>
@@ -713463,7 +713463,11 @@
713463713463
</attribute>
713464713464
</attributes>
713465713465
<parameters>
713466-
<parameter name="p0" position="0" attrib="0" type="System.Int32" />
713466+
<parameter name="p0" position="0" attrib="0" type="Android.Views.AutofillType">
713467+
<attributes>
713468+
<attribute name="Android.Runtime.GeneratedEnumAttribute" />
713469+
</attributes>
713470+
</parameter>
713467713471
</parameters>
713468713472
</method>
713469713473
<method name="SetAutofillValue(Android.Views.Autofill.AutofillValue)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">

0 commit comments

Comments
 (0)