feat: 优化代码

pull/133/head
kunfei 5 years ago
parent 1b469f8e4a
commit b6726c813e
  1. 2
      app/src/main/java/io/legado/app/data/dao/BookDao.kt

@ -82,7 +82,7 @@ interface BookDao {
bookUrl: String, bookUrl: String,
durChapterIndex: Int, durChapterIndex: Int,
durChapterPos: Int, durChapterPos: Int,
durChapterTime: Int, durChapterTime: Long,
durChapterTitle: String? durChapterTitle: String?
) )
} }
Loading…
Cancel
Save