mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Debugging something for wallpaper noise issue
issue 14470153 Change-Id: Ifdde30b9a26443cdcf480f0ed4cfed2d612d09cf
This commit is contained in:
@@ -1275,8 +1275,8 @@ public class Workspace extends SmoothPagedView
|
||||
String spKey = WallpaperCropActivity.getSharedPreferencesKey();
|
||||
SharedPreferences sp =
|
||||
mLauncher.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);
|
||||
LauncherWallpaperPickerActivity.suggestWallpaperDimension(mLauncher.getResources(),
|
||||
sp, mLauncher.getWindowManager(), mWallpaperManager);
|
||||
//LauncherWallpaperPickerActivity.suggestWallpaperDimension(mLauncher.getResources(),
|
||||
// sp, mLauncher.getWindowManager(), mWallpaperManager);
|
||||
return null;
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void) null);
|
||||
|
||||
Reference in New Issue
Block a user