versão 1.0.14+15 AJUSTADA A ALTURA DA LISTA DOS PROCEDIMENTOS E DO ACOMPANHAMENTO, E A MENSAGEM DE AVISO DE NÃO SALVAR QUANDO ESTIVER EM EDIÇÃO. 29/08/2024

This commit is contained in:
Reginaldo
2024-08-29 09:11:31 -03:00
parent 9e63828175
commit 763d101162
6 changed files with 10 additions and 8 deletions

View File

@@ -755,7 +755,7 @@ class _RegisterCitizenScreenState extends State<RegisterCitizenScreen> {
double width = MediaQuery.of(context).size.width;
return WillPopScope(
onWillPop:showTab?null: () async => await OnBackButton().onBackButton(context, widget.username),
onWillPop:edit?null: () async => await OnBackButton().onBackButton(context, widget.username),
child: Scaffold(
appBar: AppBarDefault().appbar(context, 'RKM AB - Cadastro Cidadão',widget.username),
body: Container(