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: () {
_sub.transactionStatus = '';
Navigator.pop(context);
Navigator.pop(context);
if (transType == 'pay') Navigator.pop(context);
return Future<bool>.value(true);
},
child: Scaffold(
@ -187,7 +187,7 @@ class TransactionInProgress extends StatelessWidget {
),
onPressed: () {
Navigator.pop(context);
Navigator.pop(context);
if (transType == 'pay') Navigator.pop(context);
},
child: Text(
'Fermer',

View File

@ -381,7 +381,7 @@ packages:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.3+7"
version: "5.3.2"
flutter_lints:
dependency: "direct main"
description:
@ -981,7 +981,7 @@ packages:
description:
path: "."
ref: fixAndroidActivityVersion
resolved-ref: "3dcfaa00f8e53e33346332d7a1e3612b1cd03b0c"
resolved-ref: "0157c7e6abddcf21eda0fab2381353683ce6e49f"
url: "https://github.com/poka-IT/sdk.git"
source: git
version: "0.4.6"