Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)
Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
This commit is contained in:
@@ -1200,6 +1200,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
return getChildAt(getChildCount() - index - 1);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int indexToPage(int index) {
|
||||
return getChildCount() - index - 1;
|
||||
}
|
||||
|
||||
// In apps customize, we have a scrolling effect which emulates pulling cards off of a stack.
|
||||
@Override
|
||||
protected void screenScrolled(int screenCenter) {
|
||||
|
||||
Reference in New Issue
Block a user