This commit is contained in:
rang 2025-12-27 21:41:04 +08:00
parent eb82688248
commit 6ffd76a194
3 changed files with 206 additions and 206 deletions

View file

@ -164,7 +164,7 @@ class CurrentBook extends _$CurrentBook {
@override
api.BookExpanded? build() {
listenSelf((previous, next) {
if (previous == null) {
if (next == null) {
final activeLibraryItemId = AvailableHiveBoxes.basicBox
.getAs<String>(CacheKey.activeLibraryItemId);
if (activeLibraryItemId != null) {