Skip to content

Commit

Permalink
Clear some usings #1464
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Dec 9, 2021
1 parent 1e564aa commit 7377253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 5 additions & 6 deletions src/App/Pages/Vault/ViewPageViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
using Bit.App.Abstractions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Bit.App.Abstractions;
using Bit.App.Resources;
using Bit.App.Utilities;
using Bit.Core.Abstractions;
using Bit.Core.Enums;
using Bit.Core.Exceptions;
using Bit.Core.Models.View;
using Bit.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Xamarin.Forms;

namespace Bit.App.Pages
Expand Down
9 changes: 4 additions & 5 deletions src/App/Services/MobilePlatformUtilsService.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using Bit.App.Abstractions;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Bit.App.Abstractions;
using Bit.App.Models;
using Bit.App.Resources;
using Bit.Core.Abstractions;
using Plugin.Fingerprint;
using Plugin.Fingerprint.Abstractions;
using System;
using System.Collections.Generic;
using System.Diagnostics.SymbolStore;
using System.Threading.Tasks;
using Xamarin.Essentials;
using Xamarin.Forms;

Expand Down

0 comments on commit 7377253

Please sign in to comment.