JLChen
2021-01-08 281f7d0b8a363a3ed4d6f83bb5fa22bb6d0340f3
Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserDeviceView.cs
@@ -75,9 +75,9 @@
                BackgroundColor = SkinStyle.Current.UserMenuItemButton
            };
            UserMiddle.DeviceView.AddChidren (btnRowLine);
            if (!string.IsNullOrEmpty (MainPage.LoginUser.AllVisionRegisterDevUserNameGuid)) {
                deviceTypes.Add (Language.StringByID (R.MyInternationalizationString.VideoIntercom));
            }
            //if (!string.IsNullOrEmpty (MainPage.LoginUser.AllVisionRegisterDevUserNameGuid)) {
            //    deviceTypes.Add (Language.StringByID (R.MyInternationalizationString.VideoIntercom));
            //}
            FrameLayout rowLayout = null;
            for (int i = 0; i < deviceTypes.Count; i++) {
                if (i % 2 == 0) {