mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
replaced blank taskaffinity with singletask launchmode (#1410)
This commit is contained in:
parent
fbb7b05b9c
commit
fdda670311
2 changed files with 1 additions and 2 deletions
|
@ -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)]
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue