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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace Bit.Droid
Icon = "@mipmap/ic_launcher",
Theme = "@style/LaunchTheme",
MainLauncher = true,
TaskAffinity = "",
LaunchMode = LaunchMode.SingleTask,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation |
ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden |
ConfigChanges.Navigation)]

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