mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 08:12:26 +03:00
increase autofill toast timeout to 10 seconds
This commit is contained in:
parent
d53ea584ba
commit
17ed1cdc00
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ namespace Bit.App.Pages
|
|||
_page.Uri.StartsWith("http") ? "Website" : "App");
|
||||
Application.Current.MainPage = new MainPage(_page.Uri);
|
||||
_page.UserDialogs.Toast(string.Format(AppResources.BitwardenAutofillServiceSearch, _page._name),
|
||||
TimeSpan.FromSeconds(5));
|
||||
TimeSpan.FromSeconds(10));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue