diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index e6f2e0b85..d9e29dfe8 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -308,6 +308,10 @@ namespace Bit.App { return; } + if(Xamarin.Essentials.Connectivity.NetworkAccess == Xamarin.Essentials.NetworkAccess.None) + { + return; + } Task.Run(async () => { var lastSync = await _syncService.GetLastSyncAsync();