mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
restore secure flag
This commit is contained in:
parent
25636ac6ce
commit
5a7f106e3e
@ -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 New Issue
Block a user