提交h5
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace ScrewsMaster
|
||||
{
|
||||
using DontConfuse;
|
||||
using FairyGUI;
|
||||
using FGUI.G006_menu;
|
||||
|
||||
@@ -38,7 +39,7 @@ namespace ScrewsMaster
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
SdkManager.Instance.SetDarkThough(true);
|
||||
CommonHelper.FadeOut(ui);
|
||||
}
|
||||
|
||||
@@ -49,7 +50,7 @@ namespace ScrewsMaster
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
SdkManager.Instance.SetDarkThough(false);
|
||||
InitData();
|
||||
InitView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user