1
0
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:
Matt Portune
2021-05-26 14:18:01 -04:00
committed by GitHub
parent fbb7b05b9c
commit fdda670311
2 changed files with 1 additions and 2 deletions

View File

@@ -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 },