mirror of
https://github.com/bitwarden/mobile
synced 2026-02-12 14:23:21 +00:00
replaced blank taskaffinity with singletask launchmode (#1410)
This commit is contained in:
@@ -4,7 +4,6 @@ using Android.Content.PM;
|
||||
namespace Bit.Droid
|
||||
{
|
||||
[Activity(
|
||||
Exported = false,
|
||||
NoHistory = true,
|
||||
LaunchMode = LaunchMode.SingleTop)]
|
||||
[IntentFilter(new[] { Android.Content.Intent.ActionView },
|
||||
|
||||
Reference in New Issue
Block a user