Fix pipeline (#1942)
* Automated dotnet-format update * attempt to fix build * try msbuild * restore before build * Fix NRE * Fix NRE --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
This commit is contained in:
Родитель
3f5d7cd295
Коммит
da30dde36b
|
@ -488,7 +488,7 @@ namespace Xamarin.CommunityToolkit.Android.Effects
|
|||
=> this.platformTouchEffect = platformTouchEffect;
|
||||
|
||||
public AccessibilityListener(IntPtr handle, JniHandleOwnership transfer)
|
||||
: base(handle, transfer)
|
||||
: base(handle, transfer)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -136,4 +136,4 @@ namespace Xamarin.CommunityToolkit.UI.Views
|
|||
return sBuilder.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче