mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
Match detection string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user