Automated dotnet-format update (#1831)

This commit is contained in:
github-actions[bot] 2022-03-15 18:11:34 -07:00 коммит произвёл GitHub
Родитель a13cd3654e
Коммит 11a313bca0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -157,7 +157,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
{
if (scrollViewParentRenderers.Any())
return;
var parent = Superview;
while (parent != null)
@ -168,7 +168,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
parent = parent.Superview;
}
}
void SetParentTouches(bool enabled)
{
foreach (var scrollViewParentRenderer in scrollViewParentRenderers)

Просмотреть файл

@ -32,7 +32,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
WantsLayer = true;
if (Layer is not null)
Layer.BackgroundColor = Element.BackgroundColor.ToCGColor();
currentPath.LineWidth = Element.DefaultLineWidth;
lineColor = Element.DefaultLineColor.ToNSColor();
Element.Lines.CollectionChanged += OnLinesCollectionChanged;
@ -128,7 +128,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
if (Layer is not null)
InvokeOnMainThread(Layer.SetNeedsDisplay);
}
protected override void Dispose(bool disposing)
{
if (disposed)