fix: qr code page scroll
This commit is contained in:
parent
a07e1a39e6
commit
0cb02533c7
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ class ViewQrPage extends StatelessWidget {
|
|||
appBar: AppBar(
|
||||
title: Text(l10n.qrCode),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: Center(
|
||||
body: Center(
|
||||
child: SingleChildScrollView(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 40.0, horizontal: 40),
|
||||
child: Column(
|
||||
|
|
Loading…
Add table
Reference in a new issue