Fixed crash in iOS button
This commit is contained in:
Родитель
0684092e08
Коммит
5bd886b5ca
|
@ -14,7 +14,7 @@ namespace HotUI.iOS
|
|||
Layer.CornerRadius = 3f;
|
||||
}
|
||||
|
||||
private void ButtonHandler_TouchUpInside(object sender, EventArgs e) => button?.OnClick();
|
||||
private void ButtonHandler_TouchUpInside(object sender, EventArgs e) => button?.OnClick?.Invoke();
|
||||
|
||||
public UIView View => this;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче