From 43110ef19b9e69d5afd7ce0a978565786baa87b5 Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期三, 27 四月 2022 14:13:53 +0800
Subject: [PATCH] 修复红米手机闪退问题

---
 ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
old mode 100644
new mode 100755
index e388a4f..ea66313
--- a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
@@ -89,8 +89,8 @@
                     //鎴彇鎸囧畾鐨刡yte瀛楄妭
                     newValue = newValue.Substring(0, 500);
                     txtInput.Text = newValue;
-#if Android
                     //灏嗗厜鏍囪嚦浜庢渶鍚�
+#if Android
                     txtInput.SetSelectionEnd();
 #endif
                 }
@@ -265,9 +265,9 @@
             }
         }
 
-#endregion
+        #endregion
 
-#region 鈻� 涓婁紶鎰忚___________________________
+        #region 鈻� 涓婁紶鎰忚___________________________
 
         /// <summary>
         /// 涓婁紶鎰忚
@@ -348,6 +348,6 @@
             });
         }
 
-#endregion
+        #endregion
     }
 }

--
Gitblit v1.8.0