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:
committed by
GitHub
parent
2d35a00caa
commit
d800e9a43e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user