1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

fix for activity exporting and workaround for task affinity (#1408)

This commit is contained in:
Matt Portune
2021-05-19 15:55:16 -04:00
committed by GitHub
parent 570edb4319
commit e61bcd2785
2 changed files with 5 additions and 1 deletions

View File

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