diff --git a/wm/src/window_impl.cpp b/wm/src/window_impl.cpp index bf2207918ea89bf5a54073db1c933b8ccf99f57c..9ad029d74a253ea799a1fe00852ac37edbc7ac3c 100644 --- a/wm/src/window_impl.cpp +++ b/wm/src/window_impl.cpp @@ -206,8 +206,7 @@ const std::string& WindowImpl::GetContentInfo() WLOGFE("fail to GetContentInfo id: %{public}d", property_->GetWindowId()); return ""; } - // TODO: fix me - uiContent_->GetContentInfo() - return ""; + return uiContent_->GetContentInfo(); } WMError WindowImpl::SetSystemBarProperty(WindowType type, const SystemBarProperty& property) @@ -601,4 +600,4 @@ bool WindowImpl::IsWindowValid() const return ((state_ > STATE_INITIAL) && (state_ < STATE_BOTTOM)); } } -} \ No newline at end of file +}