Skip to content

Commit

Permalink
Fix JNetReflector error
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 3, 2024
1 parent 0be725b commit 4e5aaa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public AutoCompleteTextView(Android.Content.Context arg0)
/// </summary>
/// <param name="arg0"><typeparamref name="T"/></param>
/// <typeparam name="T"><see cref="Android.Widget.IListAdapter"/></typeparam>
public void SetAdapter<T>(T arg0) where T : Android.Widget.IListAdapter, new(), Android.Widget.IFilterable, new()
public void SetAdapter<T>(T arg0) where T : Android.Widget.IListAdapter, Android.Widget.IFilterable, new()
{
IExecuteWithSignature("setAdapter", "(Landroid/widget/ListAdapter;)V", arg0);
}
Expand Down

0 comments on commit 4e5aaa4

Please sign in to comment.