1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-02 11:34:54 +02:00

fix cancel display logic

This commit is contained in:
Kyle Spearrin 2017-12-20 10:30:57 -05:00
parent 4b21660fd6
commit 519fd212d9

View File

@ -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));
}