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

Commit 582a3694 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Adding method to get the search bar bounds." into jb-ub-now-jolly-elf

parents 3a14eeb5 b3800241
Loading
Loading
Loading
Loading
+717 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −661

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
                availableWidth, availableHeight);
        return grid;
    }
    DynamicGrid getDynamicGrid() {
    public DynamicGrid getDynamicGrid() {
        return mDynamicGrid;
    }