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

Commit c29217b0 authored by Adam Cohen's avatar Adam Cohen
Browse files

Revert "Debugging something for wallpaper noise issue"

This reverts commit 211d38c7.

Change-Id: I2c3e69e8951c3435f51d9ac43eddf0b56157b792
parent 211d38c7
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);