mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
remove uri extra after captured
This commit is contained in:
@@ -29,6 +29,11 @@ namespace Bit.Android
|
||||
protected override void OnCreate(Bundle bundle)
|
||||
{
|
||||
var uri = Intent.GetStringExtra("uri");
|
||||
if(Intent.HasExtra("uri"))
|
||||
{
|
||||
Intent.RemoveExtra("uri");
|
||||
}
|
||||
|
||||
if(uri != null && !Resolver.IsSet)
|
||||
{
|
||||
MainApplication.SetIoc(Application);
|
||||
|
||||
Reference in New Issue
Block a user