1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

New grid layout structure for cipher view cell

This commit is contained in:
Kyle Spearrin
2019-06-21 09:46:46 -04:00
parent 3475d39f37
commit 9d3165dc65
3 changed files with 75 additions and 59 deletions

View File

@@ -181,7 +181,7 @@ namespace Bit.App.Controls
return new Tuple<string, string>(icon, image);
}
private void ImageButton_Clicked(object sender, EventArgs e)
private void MoreButton_Clicked(object sender, EventArgs e)
{
ButtonCommand?.Execute(Cipher);
}