prime the word list
This commit is contained in:
parent
4ca5593d2e
commit
0bbb549533
|
@ -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 New Issue