Skip to content

Commit

Permalink
Tizen Platform Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Sep 26, 2024
1 parent 25bc05c commit 4940638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/Tizen/PlatformManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ void PlatformManagerImpl::_GLibMatterContextInvokeSync(LambdaBridge && bridge)
[](void * userData_) {
auto * data = reinterpret_cast<GLibMatterContextInvokeData *>(userData_);
VerifyOrExit(g_main_context_get_thread_default() != nullptr,
ChipLogError(DeviceLayer, "GLib thread default main context is not set"););
// data->mFuncResult = CHIP_ERROR_INCORRECT_STATE);
ChipLogError(DeviceLayer, "GLib thread default main context is not set"));
data->bridge();
exit:
data->mDoneMutex.lock();
data->mDone = true;
Expand Down

0 comments on commit 4940638

Please sign in to comment.