黄学彪
2020-04-08 4dce704aaf8587cf3f91cf88f2208315a03c4cbb
ZigbeeApp/Shared/Phone/CommonForm/EditorCommonForm.cs
@@ -31,7 +31,7 @@
        /// </summary>
        private bool m_ScrollEnabled = true;
        /// <summary>
        /// 左滑使能
        /// 左滑使能(界面关闭时,底层会还原,无需再处理)
        /// </summary>
        public bool ScrollEnabled
        {
@@ -380,7 +380,11 @@
            {
                return;
            }
            bodyFrameLayout?.RemoveAll();
            if (bodyFrameLayout == null || bodyFrameLayout.Parent == null)
            {
                return;
            }
            bodyFrameLayout.RemoveAll();
        }
        #endregion