feat: Fix hive errors, change provider hierarchy for blocs, translate strings

This commit is contained in:
Anton Stubenbord
2023-04-25 01:16:14 +02:00
parent 1f335119b3
commit 8c2a6928b4
34 changed files with 502 additions and 363 deletions

View File

@@ -319,7 +319,9 @@ class _AuthenticationWrapperState extends State<AuthenticationWrapper> {
),
),
],
child: const HomePage(),
child: HomePage(
key: ValueKey(authentication.userId),
),
);
} else if (authentication.showBiometricAuthenticationScreen) {
return const VerifyIdentityPage();