mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
123
This commit is contained in:
parent
eb82688248
commit
6ffd76a194
3 changed files with 206 additions and 206 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue