mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +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)
|
||||
]),
|
||||
Padding(
|
||||
isAmountFieldShow
|
||||
? Offstage()
|
||||
: Padding(
|
||||
padding: EdgeInsets.only(top: 20),
|
||||
child: Text(
|
||||
S.of(context).scan_qr_code,
|
||||
|
|
Loading…
Reference in a new issue