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

Commit 7721c70a authored by Wei Huang's avatar Wei Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix 5421152 [UI] Selecting "Posts - <username>" as an album for Gallery widget fails"

parents 26f894d2 ad790f2e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@ public class ComboAlbum extends MediaSet implements ContentListener {
        return count;
    }

    @Override
    public boolean isLeafAlbum() {
        return true;
    }

    @Override
    public String getName() {
        return mName;