fix:1、修复部分bug
This commit is contained in:
@@ -611,7 +611,7 @@ namespace ChillConnect
|
||||
var url = $"mailto:{email}?subject={subject}&body={body}";
|
||||
var uri = new Uri(url);
|
||||
|
||||
OpenBrowser.OpenURL(uri.AbsoluteUri);
|
||||
Application.OpenURL(uri.AbsoluteUri);
|
||||
GameHelper.ShowTips("Trying to call send mail...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user