mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fix issues with sizing wallpapers
- properly sync size across Launcher and wallpaper picker - remove code that was calculating wrong default wallpaper size Bug: 11324470 Change-Id: Ib4e7202363c56e3cb0c09d4448a7f96eef0a0915
This commit is contained in:
@@ -1188,7 +1188,7 @@ public class Workspace extends SmoothPagedView
|
||||
|
||||
protected void setWallpaperDimension() {
|
||||
String spKey = WallpaperCropActivity.getSharedPreferencesKey();
|
||||
SharedPreferences sp = mLauncher.getSharedPreferences(spKey, Context.MODE_PRIVATE);
|
||||
SharedPreferences sp = mLauncher.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);
|
||||
WallpaperPickerActivity.suggestWallpaperDimension(mLauncher.getResources(),
|
||||
sp, mLauncher.getWindowManager(), mWallpaperManager);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user