From 900b7ffedc1333f9fb12ab6a29417ee3cd36736f Mon Sep 17 00:00:00 2001 From: OleksandrSobol Date: Thu, 26 Nov 2020 19:50:58 +0200 Subject: [PATCH] CAKE-191 | removed Scan the qr code from qr widget --- lib/src/screens/receive/widgets/qr_widget.dart | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/src/screens/receive/widgets/qr_widget.dart b/lib/src/screens/receive/widgets/qr_widget.dart index 4b373c052..e94351266 100644 --- a/lib/src/screens/receive/widgets/qr_widget.dart +++ b/lib/src/screens/receive/widgets/qr_widget.dart @@ -52,21 +52,9 @@ class QRWidget extends StatelessWidget { ))))), Spacer(flex: 3) ]), - isAmountFieldShow - ? Offstage() - : 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: [ Expanded(