dont reset main page for autofill framework

This commit is contained in:
Kyle Spearrin 2017-11-17 23:46:45 -05:00
parent 73e5fb6314
commit 4b24fe1bf4

View file

@ -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(() =>
{ {