File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/widgets/wallet/roast_group Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,8 @@ class _ROASTGroupSetupParticipantsState
388388 await ROASTGroupExportConfig .shareExportedFile (filePath);
389389
390390 if (mounted) {
391- final successMessage = AppLocalizations .instance.translate ('roast_export_success' );
391+ final successMessage =
392+ AppLocalizations .instance.translate ('roast_export_success' );
392393 LoggerWrapper .logInfo (
393394 'ROASTGroupSetupParticipants' ,
394395 '_exportConfiguration' ,
@@ -397,9 +398,8 @@ class _ROASTGroupSetupParticipantsState
397398 ScaffoldMessenger .of (context).showSnackBar (
398399 SnackBar (
399400 content: Text (
400- successMessage.isEmpty ? 'Group configuration exported successfully' : successMessage ,
401+ successMessage,
401402 ),
402- backgroundColor: Colors .green,
403403 ),
404404 );
405405 }
You can’t perform that action at this time.
0 commit comments