mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
cancel says "Close" when no password field.
This commit is contained in:
@@ -35,6 +35,11 @@ namespace Bit.iOS.Extension
|
|||||||
{
|
{
|
||||||
base.ViewDidLoad();
|
base.ViewDidLoad();
|
||||||
|
|
||||||
|
if(!Context?.Details?.HasPasswordField ?? false)
|
||||||
|
{
|
||||||
|
CancelBarButton.Title = "Close";
|
||||||
|
}
|
||||||
|
|
||||||
Debug.WriteLine("BW LOG, Site list ViewDidLoad.");
|
Debug.WriteLine("BW LOG, Site list ViewDidLoad.");
|
||||||
var sw = Stopwatch.StartNew();
|
var sw = Stopwatch.StartNew();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user