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

Commit 6f62a996 authored by Chuck Liao's avatar Chuck Liao
Browse files

Support other wallpaper apps can be launched in CategoryFragment.

Video: https://drive.google.com/file/d/10xXW_wxF-btmNJpDJ8hpc0RSZLBQHNtc/view?usp=sharing

Bug: 158724690
Change-Id: Ib6d135e5905f857c52e6882473357eec685e2a93
parent 7e7c18bb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -356,6 +356,11 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal
        mDelegate.showViewOnlyPreview(wallpaperInfo, isViewAsHome);
    }

    @Override
    public void show(String collectionId) {
        mDelegate.show(collectionId);
    }

    @Override
    public void onWallpapersReady() {