提交 ae4ca11b authored 作者: yueweilu's avatar yueweilu

add

上级 e8725d0b
......@@ -597,7 +597,7 @@ class ReadController extends FullLifeCycleController with GetSingleTickerProvide
// 判断是否存在离线文件
Future<bool> _isExistFile(String bookId) async {
String directoryPath = await _getDirectory();
String directoryPath = await Tools.getDirectory();
Directory directory = Directory(directoryPath);
bool directoryExists = await directory.exists();
if (directoryExists) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论