disable screenshot blocking

This commit is contained in:
Kyle Spearrin 2017-06-08 14:33:52 -04:00
parent 21f3755e44
commit 67aa583709
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace Bit.Android
Console.WriteLine("A OnCreate");
Window.SetSoftInputMode(SoftInput.StateHidden);
Window.AddFlags(WindowManagerFlags.Secure);
//Window.AddFlags(WindowManagerFlags.Secure);
var appIdService = Resolver.Resolve<IAppIdService>();
var authService = Resolver.Resolve<IAuthService>();