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

Commit f05545fc authored by Anjali Koppal's avatar Anjali Koppal
Browse files

Make FolderIcon.getFolder() public and add Folder.getContent().

Change-Id: I21ad8b8178acbde2759cd2dfcd015d91e00b7505
parent 9364986c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -303,6 +303,10 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
        return mFolderName;
    }

    public CellLayout getContent() {
        return mContent;
    }

    /**
     * We need to handle touch events to prevent them from falling through to the workspace below.
     */
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class FolderIcon extends FrameLayout implements FolderListener {
        }
    }

    Folder getFolder() {
    public Folder getFolder() {
        return mFolder;
    }