mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
fix
This commit is contained in:
parent
b11ae203ea
commit
de3829d26c
1 changed files with 13 additions and 0 deletions
|
|
@ -203,6 +203,19 @@ class _TrackerWidgetState extends ConsumerState<TrackerWidget> {
|
|||
dense: true,
|
||||
contentPadding: const EdgeInsets.all(0),
|
||||
value: status,
|
||||
// ignore: deprecated_member_use
|
||||
onChanged: (value) {
|
||||
ref
|
||||
.read(
|
||||
trackStateProvider(
|
||||
track: widget.trackRes
|
||||
..status = status,
|
||||
itemType: widget.itemType,
|
||||
).notifier,
|
||||
)
|
||||
.updateManga();
|
||||
Navigator.pop(context);
|
||||
},
|
||||
title: Text(
|
||||
getTrackStatus(status, context),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue