ZigbeeApp/Shared/Phone/UserCenter/DoorLock/EntryStatusPage.cs
@@ -181,7 +181,7 @@ TextColor = Shared.Common.ZigbeeColor.Current.XMWhite, Gravity = Gravity.CenterHorizontal, BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack, Radius = 10, Radius = (uint)Application.GetRealHeight(127 / 2), TextSize = 16, }; bottomFrameLayout.AddChidren(completeBtn); @@ -267,6 +267,7 @@ if (form is UnLockMethod) { doorLock.currentUserDisplayMethod = ""; ((UnLockMethod)form).RefreshList(); break; }