mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
multibutton alert, autofill and save new uri
This commit is contained in:
@@ -521,5 +521,11 @@ namespace Bit.App.Utilities
|
||||
|
||||
return host;
|
||||
}
|
||||
|
||||
public static void AlertNoConnection(Page page)
|
||||
{
|
||||
page.DisplayAlert(AppResources.InternetConnectionRequiredTitle,
|
||||
AppResources.InternetConnectionRequiredMessage, AppResources.Ok);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user