mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
dont reset main page for autofill framework
This commit is contained in:
parent
73e5fb6314
commit
4b24fe1bf4
1 changed files with 3 additions and 2 deletions
|
@ -175,7 +175,8 @@ namespace Bit.App
|
||||||
|
|
||||||
private void SetMainPageFromAutofill()
|
private void SetMainPageFromAutofill()
|
||||||
{
|
{
|
||||||
if(Device.RuntimePlatform == Device.Android && !string.IsNullOrWhiteSpace(_options.Uri))
|
if(Device.RuntimePlatform == Device.Android && !string.IsNullOrWhiteSpace(_options.Uri) &&
|
||||||
|
!_options.FromAutofillFramework)
|
||||||
{
|
{
|
||||||
Task.Run(() =>
|
Task.Run(() =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue