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

improvement to lock screen

This commit is contained in:
Kyle Spearrin
2019-06-28 11:47:04 -04:00
parent caa0af1258
commit 9145fa1c48
6 changed files with 45 additions and 15 deletions

View File

@@ -5,7 +5,8 @@ namespace Bit.iOS.Extension
{
public partial class LockPasswordViewController : Core.Controllers.LockPasswordViewController
{
public LockPasswordViewController(IntPtr handle) : base(handle)
public LockPasswordViewController(IntPtr handle)
: base(handle)
{ }
public LoadingViewController LoadingController { get; set; }