mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-30 12:54:24 +01:00
Remove Unnecessary Toast Message (#808)
Remove unnecessary info message when clicking search during the autofill flow. Fixes #807
This commit is contained in:
parent
8ad44b405d
commit
78cfd82fdd
@ -78,12 +78,6 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
var page = new CiphersPage(null, autofillUrl: _vm.Uri);
|
var page = new CiphersPage(null, autofillUrl: _vm.Uri);
|
||||||
Application.Current.MainPage = new NavigationPage(page);
|
Application.Current.MainPage = new NavigationPage(page);
|
||||||
_platformUtilsService.ShowToast("info", null,
|
|
||||||
string.Format(AppResources.BitwardenAutofillServiceSearch, _vm.Name),
|
|
||||||
new System.Collections.Generic.Dictionary<string, object>
|
|
||||||
{
|
|
||||||
["longDuration"] = true
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user