mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03: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
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue