mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
disable screenshot blocking
This commit is contained in:
parent
21f3755e44
commit
67aa583709
1 changed files with 1 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Reference in a new issue