mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-23 07:38:45 +00:00
CAKE-191 | removed Scan the QR code from receive page
This commit is contained in:
parent
1afe4255a7
commit
29b03628e6
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ class QRWidget extends StatelessWidget {
|
||||||
))))),
|
))))),
|
||||||
Spacer(flex: 3)
|
Spacer(flex: 3)
|
||||||
]),
|
]),
|
||||||
Padding(
|
isAmountFieldShow
|
||||||
|
? Offstage()
|
||||||
|
: Padding(
|
||||||
padding: EdgeInsets.only(top: 20),
|
padding: EdgeInsets.only(top: 20),
|
||||||
child: Text(
|
child: Text(
|
||||||
S.of(context).scan_qr_code,
|
S.of(context).scan_qr_code,
|
||||||
|
|
Loading…
Reference in a new issue