We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370df87 commit ae3ca7aCopy full SHA for ae3ca7a
lib/page/IssueDetailPage.dart
@@ -224,6 +224,8 @@ class _IssueDetailPageState extends State<IssueDetailPage> with AutomaticKeepAli
224
225
_replyIssue() {
226
//回复 Info
227
+ issueInfoTitleControl = new TextEditingController(text: "");
228
+ issueInfoValueControl = new TextEditingController(text: "");
229
String content = "";
230
CommonUtils.showEditDialog(
231
context,
0 commit comments