| 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..457409c08d6ea63f1d64dff6f77d28ead5c08377 100644
|
| --- a/ui/app_list/views/start_page_view.cc
|
| +++ b/ui/app_list/views/start_page_view.cc
|
| @@ -410,7 +410,8 @@ bool StartPageView::OnMouseWheel(const ui::MouseWheelEvent& event) {
|
| // Negative y_offset is a downward scroll.
|
| if (event.y_offset() < 0) {
|
| MaybeOpenCustomLauncherPage();
|
| - return true;
|
| + return contents_view_->IsStateActive(
|
| + AppListModel::STATE_CUSTOM_LAUNCHER_PAGE);
|
| }
|
|
|
| return false;
|
|
|