ZigbeeApp/Shared/Phone/Device/Curtain/RollerShadeControl.cs
@@ -704,7 +704,7 @@ curtainRollSeekBar.Gravity = Gravity.CenterHorizontal; curtainRollSeekBar.Progress = (device.CommonDevice as Rollershade).WcdCurrentPositionLiftPercentage; layout.AddChidren(curtainRollSeekBar); curtainRollSeekBar.IsProgressTextShow = false; //curtainRollSeekBar.OnStopTrackingTouchEvent += (sender, e) => //{ // (device.CommonDevice as Rollershade).WcdGoToTiltValue(curtainRollSeekBar.Progress);