Skip to content
Snippets Groups Projects
Commit 6143a055 authored by poka's avatar poka
Browse files

fix: go gack to search list after cert

parent 7a9f2442
No related branches found
No related tags found
No related merge requests found
Pipeline #15852 failed
...@@ -85,7 +85,7 @@ class TransactionInProgress extends StatelessWidget { ...@@ -85,7 +85,7 @@ class TransactionInProgress extends StatelessWidget {
onWillPop: () { onWillPop: () {
_sub.transactionStatus = ''; _sub.transactionStatus = '';
Navigator.pop(context); Navigator.pop(context);
Navigator.pop(context); if (transType == 'pay') Navigator.pop(context);
return Future<bool>.value(true); return Future<bool>.value(true);
}, },
child: Scaffold( child: Scaffold(
...@@ -187,7 +187,7 @@ class TransactionInProgress extends StatelessWidget { ...@@ -187,7 +187,7 @@ class TransactionInProgress extends StatelessWidget {
), ),
onPressed: () { onPressed: () {
Navigator.pop(context); Navigator.pop(context);
Navigator.pop(context); if (transType == 'pay') Navigator.pop(context);
}, },
child: Text( child: Text(
'Fermer', 'Fermer',
......
...@@ -381,7 +381,7 @@ packages: ...@@ -381,7 +381,7 @@ packages:
name: flutter_inappwebview name: flutter_inappwebview
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.4.3+7" version: "5.3.2"
flutter_lints: flutter_lints:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -981,7 +981,7 @@ packages: ...@@ -981,7 +981,7 @@ packages:
description: description:
path: "." path: "."
ref: fixAndroidActivityVersion ref: fixAndroidActivityVersion
resolved-ref: "3dcfaa00f8e53e33346332d7a1e3612b1cd03b0c" resolved-ref: "0157c7e6abddcf21eda0fab2381353683ce6e49f"
url: "https://github.com/poka-IT/sdk.git" url: "https://github.com/poka-IT/sdk.git"
source: git source: git
version: "0.4.6" version: "0.4.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment