mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
测试apk改名
This commit is contained in:
parent
0e4c835346
commit
58941e81dd
6 changed files with 28 additions and 28 deletions
|
|
@ -296,7 +296,9 @@ class _BookOnShelfPlayButton extends HookConsumerWidget {
|
|||
await ref.watch(libraryItemProvider(libraryItemId).future);
|
||||
|
||||
ref.read(currentBookProvider.notifier).update(
|
||||
book.media.asBookExpanded, userProgress?.currentTime);
|
||||
book.media.asBookExpanded,
|
||||
userProgress?.currentTime,
|
||||
);
|
||||
},
|
||||
icon: Hero(
|
||||
tag: HeroTagPrefixes.libraryItemPlayButton + libraryItemId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue