mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
ToS flow & improvements (#2024)
* remove changenow part of tos, update default route, improve flow * fix back button on tos (willpopscope -> isReadOnly)
This commit is contained in:
parent
b16beb37b7
commit
8291132ca1
3 changed files with 42 additions and 60 deletions
|
@ -284,7 +284,7 @@ class AppState extends State<App> with SingleTickerProviderStateMixin {
|
|||
final statusBarColor = Colors.transparent;
|
||||
final authenticationStore = getIt.get<AuthenticationStore>();
|
||||
final initialRoute = authenticationStore.state == AuthenticationState.uninitialized
|
||||
? Routes.disclaimer
|
||||
? Routes.welcome
|
||||
: Routes.login;
|
||||
final currentTheme = settingsStore.currentTheme;
|
||||
final statusBarBrightness =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue