mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Merge "Add extra for starting wallpaper from launcher" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a0bb40a76
@@ -212,6 +212,8 @@ public class OptionsPopupView extends ArrowPopup
|
||||
launcher.getWorkspace().getWallpaperOffsetForCenterPage());
|
||||
if (!existsStyleWallpapers(launcher)) {
|
||||
intent.putExtra(EXTRA_WALLPAPER_FLAVOR, "wallpaper_only");
|
||||
} else {
|
||||
intent.putExtra(EXTRA_WALLPAPER_FLAVOR, "focus_wallpaper");
|
||||
}
|
||||
String pickerPackage = launcher.getString(R.string.wallpaper_picker_package);
|
||||
if (!TextUtils.isEmpty(pickerPackage)) {
|
||||
|
||||
Reference in New Issue
Block a user