mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +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,
|
dense: true,
|
||||||
contentPadding: const EdgeInsets.all(0),
|
contentPadding: const EdgeInsets.all(0),
|
||||||
value: status,
|
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(
|
title: Text(
|
||||||
getTrackStatus(status, context),
|
getTrackStatus(status, context),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue