mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
revert back to default ios bar color. Added new Add Site view controller for extension (WIP)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Bit.iOS.Extension
|
||||
public override void ViewDidAppear(bool animated)
|
||||
{
|
||||
base.ViewDidAppear(animated);
|
||||
PerformSegue("seque", this);
|
||||
PerformSegue("siteListSegue", this);
|
||||
}
|
||||
|
||||
public override void PrepareForSegue(UIStoryboardSegue segue, NSObject sender)
|
||||
|
||||
Reference in New Issue
Block a user