mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 14:48:53 +00:00
feat: Prompt for new update
This commit is contained in:
parent
38a1dffc7b
commit
784b834626
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ class AppState extends State<App> with SingleTickerProviderStateMixin {
|
||||||
home: Theme(
|
home: Theme(
|
||||||
data: ThemeData(),
|
data: ThemeData(),
|
||||||
child: UpgradeAlert(
|
child: UpgradeAlert(
|
||||||
upgrader: Upgrader(debugDisplayAlways: true),
|
|
||||||
child: _Home(),
|
child: _Home(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue