diff options
Diffstat (limited to 'athena/content/app_activity_proxy.cc')
-rw-r--r-- | athena/content/app_activity_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc index 60822d3..e4efd89 100644 --- a/athena/content/app_activity_proxy.cc +++ b/athena/content/app_activity_proxy.cc @@ -62,7 +62,7 @@ void AppActivityProxy::Init() { // Get the content proxy to present the content. content_proxy_ = replaced_activity_->GetContentProxy(GetWindow()); WindowListProvider* window_list_provider = - WindowManager::GetInstance()->GetWindowListProvider(); + WindowManager::Get()->GetWindowListProvider(); window_list_provider->StackWindowBehindTo(GetWindow(), replaced_activity_->GetWindow()); // Creating this object was moving the activation to this window which should |