Merge pull request #67 from FRE-Informatica/fix/fd-943
FIX/FD-943 - Chamada do ChangeNotifica ao ativar\desativar notificação de acesso
This commit is contained in:
commit
c675d582b8
|
@ -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