V4.6.0 reports fixes (#835)

* Add user network connection issue to ignored errors

* Check current nodes on each app start

* Add user network connection error to ignored errors

* Fix sharing files issue on iOS
This commit is contained in:
Omar Hatem 2023-03-17 21:15:28 +02:00 committed by GitHub
parent df52516964
commit 4027619ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 86 additions and 55 deletions

View file

@ -25,7 +25,7 @@ Future<void> bootstrap(GlobalKey<NavigatorState> navigatorKey) async {
.get<SharedPreferences>()
.getString(PreferencesKey.currentWalletName);
if (currentWalletName != null) {
authenticationStore.state = AuthenticationState.installed;
authenticationStore.installed();
}
startAuthenticationStateChange(authenticationStore, navigatorKey);