inserido o progress indicator
This commit is contained in:
@@ -458,7 +458,7 @@ class _RegisterCitizenScreenState extends State<RegisterCitizenScreen> {
|
||||
'ATENDIMENTOS' : '',
|
||||
'SINCRONIZADO' : 'N',
|
||||
};
|
||||
await DbSqliteSync().insertCidadaos(row,editing?'update':'new',codSus).then((value){
|
||||
await DbSqliteSync().insertCidadaos(row,editing?'update':'new',codSus,0).then((value){
|
||||
if(checkCNS != 'ok' || CNSController.text.isEmpty){
|
||||
AlertDialogDefault().alert(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user