Merge pull request #141 from Nealyang/master

refactor:按规范修改代码、注释等
This commit is contained in:
一凨
2019-02-19 11:57:23 +08:00
committed by GitHub
5 changed files with 22 additions and 38 deletions

View File

@ -413,9 +413,7 @@ class History extends StatefulWidget {
_History createState() => _History();
}
/*
* AppBar 默认的实例,有状态
* */
// AppBar 默认的实例,有状态
class _History extends State<History> {
SearchHistoryList searchHistoryList = new SearchHistoryList();