Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: ui/app_list/views/start_page_view.cc

Issue 2982453002: New AppListView Scroll Behavior. (Closed)
Patch Set: Addressed comments. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698