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