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 {
|
onConfirm() async {
|
||||||
String content;
|
String content;
|
||||||
String value = !isNotify ? 'N' : 'S';
|
String value = !isNotify ? 'S' : 'N';
|
||||||
await PhpGroup.changeNotifica
|
await PhpGroup.changeNotifica
|
||||||
.call(notifica: value)
|
.call(notifica: value)
|
||||||
.then((value) async {
|
.then((value) async {
|
||||||
|
|
Loading…
Reference in New Issue