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

Commit f9f90962 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes WallpaperDescription not returning its Description" into main

parents cc2ce3d4 d93abf60
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