xm
2020-12-10 3aa397ab145382935492b11c1f18c9634e69910b
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
                }