mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.337
This commit is contained in:
parent
fd0e63cf10
commit
573fe77e12
2336 changed files with 33688 additions and 86082 deletions
|
@ -1,18 +1,15 @@
|
|||
|
||||
using Plugin.Connectivity;
|
||||
using Serilog;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Threading.Tasks;
|
||||
using Plugin.Connectivity;
|
||||
using Serilog;
|
||||
using TINK.Model;
|
||||
using TINK.Model.Connector;
|
||||
using TINK.MultilingualResources;
|
||||
using TINK.Repository.Exception;
|
||||
using TINK.View;
|
||||
using TINK.ViewModel.Settings;
|
||||
using System.Linq;
|
||||
using TINK.MultilingualResources;
|
||||
using TINK.ViewModel.Info;
|
||||
using TINK.ViewModel.Settings;
|
||||
|
||||
namespace TINK.ViewModel.Account
|
||||
{
|
||||
|
@ -393,7 +390,7 @@ namespace TINK.ViewModel.Account
|
|||
|
||||
await m_oViewUpdateManager.StopUpdatePeridically();
|
||||
|
||||
}
|
||||
}
|
||||
catch (Exception l_oException)
|
||||
{
|
||||
await m_oViewService.DisplayAlert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue