JLChen
2021-01-07 7ed9cc5bb6a07a8358a2705797bd2b31c6e39fd4
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) {