Merge "Moving the wallpaper offset interpolator to background thread" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2017-10-05 15:47:51 +00:00
committed by Android (Google) Code Review
3 changed files with 170 additions and 142 deletions

View File

@@ -1454,10 +1454,6 @@ public class Workspace extends PagedView
mWallpaperOffset.setWindowToken(null);
}
protected void onResume() {
mWallpaperOffset.onResume();
}
@Override
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
if (mUnlockWallpaperFromDefaultPageOnLayout) {