fix: go gack to search list after cert

This commit is contained in:
poka 2022-06-02 13:19:32 +02:00
parent 7a9f2442e2
commit 6143a05596
2 changed files with 4 additions and 4 deletions

View File

@ -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 {
), ),
onPressed: () { onPressed: () {
Navigator.pop(context); Navigator.pop(context);
Navigator.pop(context); if (transType == 'pay') Navigator.pop(context);
}, },
child: Text( child: Text(
'Fermer', 'Fermer',

View File

@ -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:
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"