mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
restore secure flag
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user