1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

load EEFLongWordList from file

This commit is contained in:
Kyle Spearrin
2019-05-28 17:06:57 -04:00
parent 0bbb549533
commit 25d02cec25
6 changed files with 7837 additions and 6 deletions

View File

@@ -117,9 +117,9 @@ namespace Bit.App
System.Diagnostics.Debug.WriteLine("XF App: OnStart");
await ClearCacheIfNeededAsync();
// Prime the word list
var workTask = Task.Run(() =>
var wordTask = Task.Run(() =>
{
var word = WordList.EEFLongWordList[1];
// var word = WordList.EEFLongWordList[1];
});
}