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

Commit ad790f2e authored by Ray Chen's avatar Ray Chen
Browse files

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

Change-Id: I32722ad2d5f83bb180baceeb887f1cf216eaf692
parent b8c9dc32
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;