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:
Matthew Fosse 2025-02-12 13:48:09 -08:00 committed by GitHub
parent b16beb37b7
commit 8291132ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 60 deletions

View file

@ -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 =