mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
improvement to lock screen
This commit is contained in:
@@ -22,9 +22,9 @@ namespace Bit.iOS.Core.Controllers
|
||||
private IFolderService _folderService;
|
||||
private IEnumerable<FolderView> _folders;
|
||||
|
||||
public LoginAddViewController(IntPtr handle) : base(handle)
|
||||
{
|
||||
}
|
||||
public LoginAddViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
|
||||
public AppExtensionContext Context { get; set; }
|
||||
public FormEntryTableViewCell NameCell { get; set; } = new FormEntryTableViewCell(AppResources.Name);
|
||||
|
||||
Reference in New Issue
Block a user