1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

Match detection string

This commit is contained in:
Kyle Spearrin
2018-03-15 10:37:08 -04:00
parent c95251c903
commit 5326c3aecc
3 changed files with 15 additions and 2 deletions

View File

@@ -384,9 +384,9 @@ namespace Bit.App.Utilities
cell.Button1.Command = new Command(async () =>
{
var optionsVal = await page.DisplayActionSheet(AppResources.Options, AppResources.Cancel,
null, AppResources.Edit, AppResources.Remove);
null, AppResources.MatchDetection, AppResources.Remove);
if(optionsVal == AppResources.Edit)
if(optionsVal == AppResources.MatchDetection)
{
var options = UriMatchOptionsMap.Select(v => v.Value).ToList();
options.Insert(0, AppResources.Default);