mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Moving the wallpaper offset interpolator to background thread
Bug: 67305604 Bug: 25321240 Change-Id: I2d667a4d1a4b91ec2a11e5e171f8a1d1c4222b33
This commit is contained in:
@@ -1459,10 +1459,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) {
|
||||
|
||||
Reference in New Issue
Block a user