mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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),
|
||||
onGenerateRoute: (settings) => Router.createRoute(settings),
|
||||
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(),
|
||||
));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue