iOS crypto target
This commit is contained in:
@@ -114,7 +114,7 @@ class RegistrationScreenState extends BaseState<RegistrationScreen> {
|
||||
helper.createSession(merchantID, posID, parsedMap['token']).then((_) {
|
||||
new Future.delayed(const Duration(milliseconds: 200), () {
|
||||
var route = new MaterialPageRoute<bool>(builder: (BuildContext context) => new FinishRegistrationScreen(helper, app), fullscreenDialog: true);
|
||||
Navigator.of(context).pushReplacement(route).then((b) {
|
||||
Navigator.of(context).push(route).then((b) {
|
||||
print('finish registration closed: $b');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user