1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

EC-602 Constants namespace fix (#2127)

This commit is contained in:
Federico Maccaroni
2022-10-11 17:47:52 -03:00
committed by GitHub
parent 2d35a00caa
commit d800e9a43e
7 changed files with 16 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ namespace Bit.Droid.Autofill
{
case CipherType.Login:
intent.PutExtra("autofillFrameworkName", parser.Uri
.Replace(Constants.AndroidAppProtocol, string.Empty)
.Replace(Core.Constants.AndroidAppProtocol, string.Empty)
.Replace("https://", string.Empty)
.Replace("http://", string.Empty));
intent.PutExtra("autofillFrameworkUri", parser.Uri);