diff --git a/Forest/Assets/Scripts/Gameplay/UI/Other/UILoginPanelController.cs b/Forest/Assets/Scripts/Gameplay/UI/Other/UILoginPanelController.cs index f23cf6f..379e7ac 100644 --- a/Forest/Assets/Scripts/Gameplay/UI/Other/UILoginPanelController.cs +++ b/Forest/Assets/Scripts/Gameplay/UI/Other/UILoginPanelController.cs @@ -110,8 +110,9 @@ public class UILoginPanelController : UIWindow LoginManager.Instance.ShowLogin = true; AppInfoManager.Instance.CurLoginState = AppInfoManager.NetConfigID.DeviceID; CloseWin(); - +#if UNITY_ANDROID Notification.Android.SetNotification("通知", "测试通知", DateTime.UtcNow.AddSeconds(5f), "small", "large", "测试", true); +#endif } private async void CloseWin()