1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

save last sync in settings

This commit is contained in:
Kyle Spearrin
2016-05-06 18:49:01 -04:00
parent decd3fc24e
commit 71be9f8780
4 changed files with 67 additions and 18 deletions

View File

@@ -1,10 +1,8 @@
using System;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Bit.App.Abstractions;
using Bit.App.Models.Api;
using Newtonsoft.Json;
using Plugin.Settings.Abstractions;
namespace Bit.App.Services