mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
prime the word list
This commit is contained in:
parent
4ca5593d2e
commit
0bbb549533
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ namespace Bit.App
|
|||
{
|
||||
System.Diagnostics.Debug.WriteLine("XF App: OnStart");
|
||||
await ClearCacheIfNeededAsync();
|
||||
// Prime the word list
|
||||
var workTask = Task.Run(() =>
|
||||
{
|
||||
var word = WordList.EEFLongWordList[1];
|
||||
});
|
||||
}
|
||||
|
||||
protected async override void OnSleep()
|
||||
|
|
Loading…
Reference in a new issue