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

Commit fc4787f7 authored by Anjali Koppal's avatar Anjali Koppal Committed by Android (Google) Code Review
Browse files

Merge "Make FolderIcon.getFolder() public and add Folder.getContent()." into ub-now-mister-ugly

parents 42c725fe f05545fc
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;
    }