Automated dotnet-format update (#1831)
This commit is contained in:
Родитель
a13cd3654e
Коммит
11a313bca0
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче