CAKE-191 | removed Scan the QR code from receive page

This commit is contained in:
OleksandrSobol 2020-11-24 14:51:59 +02:00
parent 1afe4255a7
commit 29b03628e6

View file

@ -52,7 +52,9 @@ class QRWidget extends StatelessWidget {
))))),
Spacer(flex: 3)
]),
Padding(
isAmountFieldShow
? Offstage()
: Padding(
padding: EdgeInsets.only(top: 20),
child: Text(
S.of(context).scan_qr_code,