mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
fix cancel display logic
This commit is contained in:
parent
4b21660fd6
commit
519fd212d9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ namespace Bit.App.Pages
|
||||||
table.RowHeight = -1;
|
table.RowHeight = -1;
|
||||||
table.EstimatedRowHeight = 44;
|
table.EstimatedRowHeight = 44;
|
||||||
|
|
||||||
if(_passwordValueAction == null)
|
if(_passwordValueAction != null)
|
||||||
{
|
{
|
||||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue