bug fixed
This commit is contained in:
@@ -399,6 +399,8 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
||||
}).catchError((onError) {
|
||||
print(onError);
|
||||
});
|
||||
Navigator.popUntil(
|
||||
context, ModalRoute.withName('/HomePage'));
|
||||
},
|
||||
child: Container(
|
||||
margin: EdgeInsets.only(top: 20, bottom: 20),
|
||||
|
||||
@@ -29,7 +29,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
||||
|
||||
var param = jsonEncode(<dynamic, dynamic>{
|
||||
"id": "",
|
||||
"requestUserID": profile!.id,
|
||||
"requestUserID":"",
|
||||
"invoiceId": "",
|
||||
"referencE1": "",
|
||||
"referencE2": "",
|
||||
@@ -146,7 +146,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"From ${transactions.phoneNumber}" ?? "",
|
||||
"From ${transactions.payerName}" ?? "",
|
||||
style: TextStyle(
|
||||
color: Color(0xff65676b),
|
||||
fontSize: 16,
|
||||
|
||||
Reference in New Issue
Block a user