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