mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Saving/restoring current page in AppsCustomize. (5050168)
Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
This commit is contained in:
@@ -192,6 +192,10 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
|
||||
return mChildren.getChildCount();
|
||||
}
|
||||
|
||||
public PagedViewCellLayoutChildren getChildrenLayout() {
|
||||
return mChildren;
|
||||
}
|
||||
|
||||
@Override
|
||||
public View getChildOnPageAt(int i) {
|
||||
return mChildren.getChildAt(i);
|
||||
|
||||
Reference in New Issue
Block a user