mirror of
https://github.com/bitwarden/mobile
synced 2025-02-07 23:48:48 +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.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…
x
Reference in New Issue
Block a user