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

Commit d93abf60 authored by Austin Wang's avatar Austin Wang
Browse files

Fixes WallpaperDescription not returning its Description

Bug: 347235611
Flag: android.app.live_wallpaper_content_handling
Test: verified getting the description from wallpaper
Change-Id: I9e5f75ebfcd706422df1fed8ede2975c52e4e4b4
parent 737d9f3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public final class WallpaperDescription implements Parcelable {
    /** @return the description for this wallpaper */
    @NonNull
    public List<CharSequence> getDescription() {
        return new ArrayList<>();
        return mDescription;
    }

    /** @return the {@link Uri} for the action associated with the wallpaper, or {@code null} if not