Merge "Adding some task views." into ub-launcher3-master

This commit is contained in:
Sunny Goyal
2017-11-10 21:13:14 +00:00
committed by Android (Google) Code Review
8 changed files with 333 additions and 7 deletions

View File

@@ -296,7 +296,6 @@ public class Workspace extends PagedView
mLauncher = Launcher.getLauncher(context);
mStateTransitionAnimation = new WorkspaceStateTransitionAnimation(mLauncher, this);
final Resources res = getResources();
DeviceProfile grid = mLauncher.getDeviceProfile();
mWorkspaceFadeInAdjacentScreens = grid.shouldFadeAdjacentWorkspaceScreens();
mWallpaperManager = WallpaperManager.getInstance(context);