mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elf
* changes: Initialize FastBitmapDrawable bounds with default bitmap dimensions. Updating LauncherModel filtering to use screen ids. (Bug 11685286)
This commit is contained in:
@@ -571,6 +571,9 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
void setRestorePage(int restorePage) {
|
||||
mRestorePage = restorePage;
|
||||
}
|
||||
int getRestorePage() {
|
||||
return mRestorePage;
|
||||
}
|
||||
|
||||
protected void notifyPageSwitchListener() {
|
||||
if (mPageSwitchListener != null) {
|
||||
|
||||
Reference in New Issue
Block a user