1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 00:53:27 +00:00

ios buttons for list ciphers page

This commit is contained in:
Kyle Spearrin
2017-11-27 22:34:42 -05:00
parent b62803a03a
commit 51b4716d45
5 changed files with 14 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ namespace Bit.App.Pages
private void Init()
{
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Windows)
{
ToolbarItems.Add(new DismissModalToolBarItem(this));
}
if(!string.IsNullOrWhiteSpace(_uri) || _folder || !string.IsNullOrWhiteSpace(_folderId))
{
AddCipherItem = new AddCipherToolBarItem(this, _folderId);