mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Issue #77 Rename
This commit is contained in:
@@ -619,7 +619,7 @@ namespace BlackCore
|
||||
const bool overrideNewerOnly = true;
|
||||
entities = this->maskBySupportedEntities(entities);
|
||||
|
||||
if (inBackground || !CThreadUtils::isCurrentThreadObjectThread(this))
|
||||
if (inBackground || !CThreadUtils::isInThisThread(this))
|
||||
{
|
||||
const bool s = this->readFromJsonFilesInBackground(CDirectoryUtils::staticDbFilesDirectory(), entities, overrideNewerOnly);
|
||||
return s ?
|
||||
|
||||
Reference in New Issue
Block a user