зеркало из https://github.com/DeGsoft/maui-linux.git
This commit is contained in:
Родитель
be2681b4aa
Коммит
22904ea560
|
@ -520,6 +520,8 @@ namespace Xamarin.Forms
|
|||
{
|
||||
global::Android.Net.Uri aUri = global::Android.Net.Uri.Parse(uri.ToString());
|
||||
var intent = new Intent(Intent.ActionView, aUri);
|
||||
intent.SetFlags(ActivityFlags.ClearTop);
|
||||
intent.SetFlags(ActivityFlags.NewTask);
|
||||
|
||||
// This seems to work fine even if the context has been destroyed (while another activity is in the
|
||||
// foreground). If we run into a situation where that's not the case, we'll have to do some work to
|
||||
|
|
Загрузка…
Ссылка в новой задаче