fix: small changes

This commit is contained in:
alzalia1 2025-08-15 12:54:49 +02:00
parent 07c7c98edb
commit b4375fbaa2
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@ class _ScanScreenState extends State<ScanScreen> {
controller.stop();
showDialog(
context: context,
useSafeArea: true,
builder: (context) =>
SellChoicePopup(viewModel: widget.viewModel),
);