测试apk改名

This commit is contained in:
rang 2025-12-06 09:57:55 +08:00
parent 0e4c835346
commit 58941e81dd
6 changed files with 28 additions and 28 deletions

View file

@ -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,