mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +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
|
.title
|
||||||
.color);
|
.color);
|
||||||
|
|
||||||
return WillPopScope(onWillPop: () async =>, child: Container(
|
return WillPopScope(onWillPop: () async => false, child: Container(
|
||||||
padding: EdgeInsets.all(24),
|
padding: EdgeInsets.all(24),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
Loading…
Reference in a new issue