From 34793ec2d2ec7ec0c5253e3e3d40c431443c06b9 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 27 十一月 2018 22:08:25 +0800
Subject: [PATCH] 3335 活动通知界面添加记录提交
---
System/Activity/ActivityNotifyBehaviour.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/System/Activity/ActivityNotifyBehaviour.cs b/System/Activity/ActivityNotifyBehaviour.cs
index 123f723..cd4a16e 100644
--- a/System/Activity/ActivityNotifyBehaviour.cs
+++ b/System/Activity/ActivityNotifyBehaviour.cs
@@ -181,7 +181,10 @@
private void OnClose()
{
- m_NotifyWin.Release(m_NotifyType);
+ if (m_NotifyWin != null)
+ {
+ m_NotifyWin.Release(m_NotifyType);
+ }
}
}
}
--
Gitblit v1.8.0