提交 685056fd authored 作者: yueweilu's avatar yueweilu

删除无用代码

上级 2a4d1cd7
......@@ -249,11 +249,6 @@ class _BookDetailPageState extends State<BookDetailPage> with SingleTickerProvid
}
}
else{
// bool netStatus = await Tools.checkCurrentNetStatus();
// final exist = await _isExistFile(bookId);
// if (!netStatus && exist){
// String chapterId = await SqlManager.queryReadHistoryByBookId(int.parse(bookId));
// }
final String chapterId = await controller.getCurrentChapterId();
final String chapterName = await controller.getCurrentChapterName();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论