optimize: remove unnecessary bindable objects
This commit is contained in:
@ -32,6 +32,7 @@ namespace Pixiview.iOS.Renderers
|
||||
|
||||
if (e.NewElement != null)
|
||||
{
|
||||
e.NewElement.BackgroundColor = Color.Default;
|
||||
if (Control == null)
|
||||
{
|
||||
var blur = UIBlurEffect.FromStyle(UIBlurEffectStyle.SystemMaterial);
|
||||
|
Reference in New Issue
Block a user