JLChen
2021-01-06 f60ce72c3c29c7d31a046795c88ec39a69e73d45
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) {