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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user