Update changes.

This commit is contained in:
Bruce
2026-04-11 20:46:51 +08:00
parent 1df420c437
commit 4993fd9968
2 changed files with 17 additions and 9 deletions
+8
View File
@@ -797,6 +797,14 @@ namespace Bridge
}
public void UpdateApplicationItems (object items)
{
lock (_I_PackageReader._cacheCleanupLock)
{
try
{
_I_PackageReader._cache?.Clear ();
}
catch { }
}
var stritems = JsArrayToList (items).Select (e => e?.ToString ()).ToList ();
PackageReader.UpdateApplicationItems (stritems);
}