mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +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");
|
System.Diagnostics.Debug.WriteLine("XF App: OnStart");
|
||||||
await ClearCacheIfNeededAsync();
|
await ClearCacheIfNeededAsync();
|
||||||
|
// Prime the word list
|
||||||
|
var workTask = Task.Run(() =>
|
||||||
|
{
|
||||||
|
var word = WordList.EEFLongWordList[1];
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async override void OnSleep()
|
protected async override void OnSleep()
|
||||||
|
|
Loading…
Reference in a new issue