mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
bugfixes for lock block when setting timeout to immediate (#1455)
This commit is contained in:
@@ -327,6 +327,11 @@ namespace Bit.Droid
|
||||
{
|
||||
if (intent.Action == Intent.ActionSend && intent.Type != null)
|
||||
{
|
||||
if ((intent.Flags & ActivityFlags.LaunchedFromHistory) == ActivityFlags.LaunchedFromHistory)
|
||||
{
|
||||
// don't re-deliver intent if resuming from app switcher
|
||||
return null;
|
||||
}
|
||||
var type = intent.Type;
|
||||
if (type.Contains("text/"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user