mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
restore secure flag
This commit is contained in:
parent
25636ac6ce
commit
5a7f106e3e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Bit.Android
|
|||
Console.WriteLine("A OnCreate");
|
||||
if(!App.Utilities.Helpers.InDebugMode())
|
||||
{
|
||||
//Window.AddFlags(WindowManagerFlags.Secure);
|
||||
Window.AddFlags(WindowManagerFlags.Secure);
|
||||
}
|
||||
|
||||
var appIdService = Resolver.Resolve<IAppIdService>();
|
||||
|
|
Loading…
Reference in a new issue