mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
prime the word list
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user