mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
Remove UserDialogs plugin and dependencies for extension. Use custom/native dialogs for extension. Added modern http client to resolve TLS issues in extension. Dismiss and reload table for add site in extension.
This commit is contained in:
@@ -74,10 +74,17 @@ namespace Bit.iOS.Extension
|
||||
if(addSiteController != null)
|
||||
{
|
||||
addSiteController.Context = Context;
|
||||
addSiteController.Parent = this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void DismissModal()
|
||||
{
|
||||
DismissModalViewController(true);
|
||||
TableView.ReloadData();
|
||||
}
|
||||
|
||||
public class TableSource : UITableViewSource
|
||||
{
|
||||
private const string CellIdentifier = "TableCell";
|
||||
|
||||
Reference in New Issue
Block a user