1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

remove no connection alert on appearing of pages

This commit is contained in:
Kyle Spearrin
2018-07-12 13:12:42 -04:00
parent 45dd240415
commit d5b3bd5905
6 changed files with 0 additions and 26 deletions

View File

@@ -112,10 +112,6 @@ namespace Bit.iOS.Extension
public override void ViewDidAppear(bool animated)
{
base.ViewDidAppear(animated);
if(!_connectivity.IsConnected)
{
AlertNoConnection();
}
}
partial void CancelBarButton_Activated(UIBarButtonItem sender)