mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 19:43:56 +00:00
Cannot make OnCreate method async or things don't execute in correct order
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Bit.App.Abstractions;
|
||||
using Bit.App.Pages;
|
||||
using Xamarin.Forms;
|
||||
@@ -13,7 +11,6 @@ using Bit.App.Controls;
|
||||
using Plugin.Connectivity.Abstractions;
|
||||
using System.Net;
|
||||
using Acr.UserDialogs;
|
||||
using PushNotification.Plugin.Abstractions;
|
||||
using XLabs.Ioc;
|
||||
|
||||
namespace Bit.App
|
||||
|
||||
Reference in New Issue
Block a user