♻️ Refactor snackbar
This commit is contained in:
@ -279,7 +279,7 @@ class _PaymentContentState extends ConsumerState<_PaymentContent> {
|
||||
_isPinMode = true;
|
||||
});
|
||||
if (message != null && message.isNotEmpty) {
|
||||
showSnackBar(context, message);
|
||||
showSnackBar(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user