Index: ui/app_list/views/start_page_view.cc |
diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc |
index d7c374b5ee5bcb60ea4dfa61d1bc1e06e57204fc..4ab2053ce477688ff46767c31167e1e6fc64e807 100644 |
--- a/ui/app_list/views/start_page_view.cc |
+++ b/ui/app_list/views/start_page_view.cc |
@@ -410,7 +410,7 @@ bool StartPageView::OnMouseWheel(const ui::MouseWheelEvent& event) { |
// Negative y_offset is a downward scroll. |
if (event.y_offset() < 0) { |
MaybeOpenCustomLauncherPage(); |
- return true; |
+ return IsCustomLauncherPageActive(); |
} |
return false; |