mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
fix cancel display logic
This commit is contained in:
parent
4b21660fd6
commit
519fd212d9
@ -155,7 +155,7 @@ namespace Bit.App.Pages
|
||||
table.RowHeight = -1;
|
||||
table.EstimatedRowHeight = 44;
|
||||
|
||||
if(_passwordValueAction == null)
|
||||
if(_passwordValueAction != null)
|
||||
{
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user