Adding auto-advance to launcher
Change-Id: I96c88d35399057ccddc71dc93b974a39241a13da
This commit is contained in:
@@ -426,6 +426,10 @@ public class Workspace extends SmoothPagedView
|
||||
return false;
|
||||
}
|
||||
|
||||
protected void onWindowVisibilityChanged (int visibility) {
|
||||
mLauncher.onWindowVisibilityChanged(visibility);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean dispatchUnhandledMove(View focused, int direction) {
|
||||
if (mIsSmall || mIsInUnshrinkAnimation) {
|
||||
|
||||
Reference in New Issue
Block a user