add circle progression

This commit is contained in:
2024-07-26 16:23:13 +02:00
parent 2951862643
commit 04d1af1030

View File

@@ -80,14 +80,9 @@ class _RegisterState extends State<Register> {
builder: (BuildContext dialogContext) { builder: (BuildContext dialogContext) {
return AlertDialog( return AlertDialog(
backgroundColor: _backgroundColor, backgroundColor: _backgroundColor,
content: Container( content: const Center(
child: Center( child: CircularProgressIndicator(),
child: MzanziInnovationHub.of(context)! ));
.theme
.loadingImage(), // Put your gif into the assets folder
),
),
);
}, },
); );
try { try {