Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 211d38c7 authored by Adam Cohen's avatar Adam Cohen
Browse files

Debugging something for wallpaper noise issue

issue 14470153

Change-Id: Ifdde30b9a26443cdcf480f0ed4cfed2d612d09cf
parent 8457d491
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);