fix: continuing error managment and documentation
This commit is contained in:
parent
59e1c2558c
commit
dad000a1b9
24 changed files with 389 additions and 182 deletions
|
|
@ -65,7 +65,7 @@ class _ScanScreenState extends State<ScanScreen> {
|
|||
children: [
|
||||
IconButton(
|
||||
onPressed: () {
|
||||
widget.viewModel.showScan = false;
|
||||
widget.viewModel.showScanScreen = false;
|
||||
},
|
||||
icon: Icon(Icons.arrow_back),
|
||||
),
|
||||
|
|
|
|||
Reference in a new issue