mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 20:16:05 +00:00
chore: Remove unneed code
This commit is contained in:
parent
6a75f7faf9
commit
8f57913179
1 changed files with 0 additions and 4 deletions
|
@ -293,10 +293,6 @@ class AppState extends State<App> with SingleTickerProviderStateMixin {
|
||||||
locale: Locale(settingsStore.languageCode),
|
locale: Locale(settingsStore.languageCode),
|
||||||
onGenerateRoute: (settings) => Router.createRoute(settings),
|
onGenerateRoute: (settings) => Router.createRoute(settings),
|
||||||
initialRoute: initialRoute,
|
initialRoute: initialRoute,
|
||||||
//Adding this to override the app theme in this alert that
|
|
||||||
// upgrader shows. The app theme converts the color to white
|
|
||||||
// so the text is not visible, this overrides that
|
|
||||||
// while still keeping everything else intact
|
|
||||||
home: _Home(),
|
home: _Home(),
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue