| 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..2fd634c173c200c2442f04d23a09306366bb017b 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 is_custom_launcher_page_active();
|
| }
|
|
|
| return false;
|
|
|