Está com o Status Invertido, quando fica Verde ele envia como Não para o Sistema, quando está Branco ele envia como Sim para o Sistema.
This commit is contained in:
parent
a22f1a57d0
commit
86665b4cab
|
@ -60,7 +60,7 @@ class PreferencesPageModel with ChangeNotifier {
|
|||
|
||||
onConfirm() async {
|
||||
String content;
|
||||
String value = !isNotify ? 'N' : 'S';
|
||||
String value = !isNotify ? 'S' : 'N';
|
||||
await PhpGroup.changeNotifica
|
||||
.call(notifica: value)
|
||||
.then((value) async {
|
||||
|
|
Loading…
Reference in New Issue