mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-30 18:41:47 +00:00
!10529 property未判空,删除日志打印
Merge pull request !10529 from lpf/sunshenshun_wupengbo
This commit is contained in:
commit
0cc6544657
@ -2614,7 +2614,6 @@ bool Session::GetBlockingFocus() const
|
||||
|
||||
WSError Session::SetSessionProperty(const sptr<WindowSessionProperty>& property)
|
||||
{
|
||||
TLOGI(WmsLogTag::WMS_LAYOUT, "set property dragEnable: %{public}d", property->GetDragEnabled());
|
||||
{
|
||||
std::unique_lock<std::shared_mutex> lock(propertyMutex_);
|
||||
property_ = property;
|
||||
|
Loading…
Reference in New Issue
Block a user