|
|
@@ -17,8 +17,8 @@ showAnalyseSuccessDialog({VoidCallback? onViewClick}) async {
|
|
|
alignment: const Alignment(0, 0.68),
|
|
|
builder: (_) => GestureDetector(
|
|
|
onTap: () {
|
|
|
- SmartDialog.dismiss(tag: tag, force: true);
|
|
|
onViewClick?.call();
|
|
|
+ SmartDialog.dismiss(tag: tag, force: true);
|
|
|
},
|
|
|
child: Container(
|
|
|
decoration: BoxDecoration(
|