mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Context fixes
This commit is contained in:
@ -248,8 +248,7 @@ class BarcodeScanHandler extends BarcodeHandler {
|
||||
|
||||
var _ctx = OneContext().context;
|
||||
|
||||
showDialog(
|
||||
context: _ctx,
|
||||
OneContext().showDialog(
|
||||
builder: (BuildContext context) => SimpleDialog(
|
||||
title: Text(L10().unknownResponse),
|
||||
children: <Widget>[
|
||||
|
Reference in New Issue
Block a user