黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
old mode 100644 new mode 100755
@@ -89,8 +89,8 @@
                    //截取指定的byte字节
                    newValue = newValue.Substring(0, 500);
                    txtInput.Text = newValue;
#if Android
                    //将光标至于最后
#if Android
                    txtInput.SetSelectionEnd();
#endif
                }