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

add and more toolbar buttons for ios

This commit is contained in:
Kyle Spearrin
2019-06-14 17:31:06 -04:00
parent 5dbea8ca09
commit c79d1d24b3
6 changed files with 29 additions and 10 deletions

View File

@@ -54,7 +54,10 @@ namespace Bit.App.Pages
if(Device.RuntimePlatform == Device.iOS)
{
ToolbarItems.Add(_closeItem);
ToolbarItems.Add(_moreItem);
if(_vm.EditMode)
{
ToolbarItems.Add(_moreItem);
}
}
_typePicker.ItemDisplayBinding = new Binding("Key");