mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Update welcome_page.dart
Fix mistake after merge conflict
This commit is contained in:
parent
9a169254a6
commit
ad695db5f6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class WelcomePage extends BasePage {
|
|||
.title
|
||||
.color);
|
||||
|
||||
return WillPopScope(onWillPop: () async =>, child: Container(
|
||||
return WillPopScope(onWillPop: () async => false, child: Container(
|
||||
padding: EdgeInsets.all(24),
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
|
|
Loading…
Reference in a new issue