mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
Adjust LaunchMode of WebAuth & Autofill helper activities
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.Droid
|
||||
{
|
||||
[Activity(
|
||||
NoHistory = true,
|
||||
LaunchMode = LaunchMode.SingleTop,
|
||||
LaunchMode = LaunchMode.SingleInstance,
|
||||
Exported = true)]
|
||||
[IntentFilter(new[] { Android.Content.Intent.ActionView },
|
||||
Categories = new[] { Android.Content.Intent.CategoryDefault, Android.Content.Intent.CategoryBrowsable },
|
||||
|
||||
Reference in New Issue
Block a user