| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index 8f6ebcb9a9963d4b8c1ca7e83baa4788535cbded..262f91f11f34d95e9b790260089e570d68ee27d6 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -338,7 +338,7 @@ void AppListController::TransitionChanged() {
|
| if (pagination_model_->is_valid_page(transition.target_page))
|
| return;
|
|
|
| - if (pagination_model_->scrolling()) {
|
| + if (!pagination_model_->IsRevertingCurrentTransition()) {
|
| const int current_page = pagination_model_->selected_page();
|
| const int dir = transition.target_page > current_page ? -1 : 1;
|
|
|
|
|