generated from dellevin/template
修复翻页速度过快导致高亮/摘抄失效的问题
This commit is contained in:
@@ -801,7 +801,11 @@ class _EpubDetailPageState extends State<EpubDetailPage> {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (_) => EpubHighlightsPage(bookId: widget.bookId, book: _book),
|
||||
builder: (_) => EpubHighlightsPage(
|
||||
bookId: widget.bookId,
|
||||
book: _book,
|
||||
onNavigateToHighlight: _navigateToHighlight,
|
||||
),
|
||||
),
|
||||
).then((_) => _refreshBook());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user