Skip to content

Commit 8b9d718

Browse files
kubaflormarinho
authored andcommitted
1 parent a85f4f4 commit 8b9d718

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Core/src/Platform/iOS/MauiView.cs

+8
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,13 @@ private void OnLayoutChanged()
207207
{
208208
LayoutChanged?.Invoke(this, EventArgs.Empty);
209209
}
210+
211+
[UnconditionalSuppressMessage("Memory", "MEM0001", Justification = IUIViewLifeCycleEvents.UnconditionalSuppressMessage)]
212+
internal event EventHandler? LayoutChanged;
213+
214+
private void OnLayoutChanged()
215+
{
216+
LayoutChanged?.Invoke(this, EventArgs.Empty);
217+
}
210218
}
211219
}

0 commit comments

Comments
 (0)