Pops out when you edit either, to prevent duplicate entries
This commit is contained in:
parent
e54e8b7beb
commit
a9e6ae2f34
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ class _NoZeroDaysState extends State<NoZeroDays> {
|
|||
_zerodayslist.remove(entry);
|
||||
_zerodayslist.add(new Entry(newValue, entry.whatYouDid));
|
||||
});
|
||||
Navigator.pop(context);
|
||||
});
|
||||
}),
|
||||
new TextFormField(
|
||||
|
@ -92,6 +93,7 @@ class _NoZeroDaysState extends State<NoZeroDays> {
|
|||
_zerodayslist.remove(entry);
|
||||
_zerodayslist.add(new Entry(entry.date, newValue));
|
||||
});
|
||||
Navigator.pop(context);
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue