mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Merge pull request #148 from cake-tech/CAKE-191-remove-scan-the-qr-code-on-receive-screen
Cake 191 remove scan the qr code on receive screen
This commit is contained in:
commit
a78aa2ffe0
1 changed files with 1 additions and 11 deletions
|
@ -52,19 +52,9 @@ class QRWidget extends StatelessWidget {
|
|||
))))),
|
||||
Spacer(flex: 3)
|
||||
]),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(top: 20),
|
||||
child: Text(
|
||||
S.of(context).scan_qr_code,
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Theme.of(context).indicatorColor),
|
||||
),
|
||||
),
|
||||
isAmountFieldShow
|
||||
? Padding(
|
||||
padding: EdgeInsets.only(top: 40),
|
||||
padding: EdgeInsets.only(top: 60),
|
||||
child: Row(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
|
|
Loading…
Reference in a new issue