1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-02 08:33:17 +00:00

select URI match option from action sheet

This commit is contained in:
Kyle Spearrin
2018-03-06 11:58:02 -05:00
parent 0bccc8f0d5
commit fb6e488339
7 changed files with 154 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
using Bit.App.Abstractions;
using FFImageLoading.Forms;
using System;
using System.Collections.Generic;
using Xamarin.Forms;
using XLabs.Ioc;
@@ -150,6 +151,7 @@ namespace Bit.App.Controls
}
}
}
public Dictionary<string, object> MetaData { get; set; }
public void InitEvents()
{