1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-4327 Changed LaunchMode to SingleInstance to avoid security issues.

This commit is contained in:
Federico Maccaroni
2024-05-07 11:03:15 -03:00
parent 329103bd3b
commit df2f0231a4

View File

@@ -20,7 +20,7 @@ namespace Bit.Droid.Autofill
{
[Activity(
NoHistory = true,
LaunchMode = LaunchMode.SingleTop)]
LaunchMode = LaunchMode.SingleInstance)]
public class CredentialProviderSelectionActivity : MauiAppCompatActivity
{
private LazyResolve<IFido2MediatorService> _fido2MediatorService = new LazyResolve<IFido2MediatorService>();