diff --git a/wm/src/window_impl.cpp b/wm/src/window_impl.cpp index 24f477bc90ca46b7fdc08accd65faab00c1ccb62..cc7f09d622e7fa7ec52791fe9fa5769502343759 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) @@ -616,4 +615,4 @@ bool WindowImpl::IsWindowValid() const return ((state_ > STATE_INITIAL) && (state_ < STATE_BOTTOM)); } } -} \ No newline at end of file +}