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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user