fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ChillConnect
|
||||
protected override void OnClose()
|
||||
{
|
||||
CommonHelper.FadeOut(ui);
|
||||
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
}
|
||||
|
||||
protected override void OnBind()
|
||||
@@ -67,6 +67,7 @@ namespace ChillConnect
|
||||
|
||||
protected override void OnOpen(object args)
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
CommonHelper.FadeIn(ui);
|
||||
|
||||
// if (args != null)
|
||||
|
||||
Reference in New Issue
Block a user