зеркало из https://github.com/DeGsoft/maui-linux.git
Hide alert window before setting result (#848)
This commit is contained in:
Родитель
2d9eab4be8
Коммит
b42611cdeb
|
@ -357,8 +357,8 @@ namespace Xamarin.Forms.Platform.iOS
|
|||
return UIAlertAction.Create(text, style,
|
||||
a =>
|
||||
{
|
||||
setResult();
|
||||
window.Hidden = true;
|
||||
setResult();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче