Mouse wheel scroll apps with work profile enabled instead of switching tabs

Test: Manual
Bug:79164903
Change-Id: I4b382034ea5b91b24dcc158bd9fa46d64f54cc7a
This commit is contained in:
Samuel Fufa
2019-08-22 18:31:34 -07:00
parent 6fe3eec95c
commit 59cba191c3
2 changed files with 12 additions and 0 deletions

View File

@@ -81,4 +81,9 @@ public class AllAppsPagedView extends PagedView<PersonalWorkSlidingTabStrip> {
public boolean hasOverlappingRendering() {
return false;
}
@Override
protected boolean isVerticalScrollable() {
return false;
}
}