Fixes
This commit is contained in:
@@ -188,7 +188,6 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
height: buttonHeight,
|
||||
child: new FlatButton(
|
||||
child: new Text(title, style: new TextStyle(color: textColor)),
|
||||
// FIXME: onPressed: () => startScanner(context, app, helper)),
|
||||
onPressed: () => Navigator.of(context).pop(true)),
|
||||
decoration: new BoxDecoration(
|
||||
border: new Border.all(
|
||||
|
||||
Reference in New Issue
Block a user