1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-25 10:26:02 +02: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
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", Icon = "@mipmap/ic_launcher",
Theme = "@style/LaunchTheme", Theme = "@style/LaunchTheme",
MainLauncher = true, MainLauncher = true,
TaskAffinity = "", LaunchMode = LaunchMode.SingleTask,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation |
ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden |
ConfigChanges.Navigation)] ConfigChanges.Navigation)]

View File

@ -4,7 +4,6 @@ using Android.Content.PM;
namespace Bit.Droid namespace Bit.Droid
{ {
[Activity( [Activity(
Exported = false,
NoHistory = true, NoHistory = true,
LaunchMode = LaunchMode.SingleTop)] LaunchMode = LaunchMode.SingleTop)]
[IntentFilter(new[] { Android.Content.Intent.ActionView }, [IntentFilter(new[] { Android.Content.Intent.ActionView },