1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

prime the word list

This commit is contained in:
Kyle Spearrin 2019-05-28 16:39:10 -04:00
parent 4ca5593d2e
commit 0bbb549533

View File

@ -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()