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:
M 2020-12-01 21:10:34 +02:00
commit a78aa2ffe0

View file

@ -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(