mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Remove unused code in DeviceProfile.
Change-Id: I463302e6711ad39241257b8dff058d9f3e99d883
This commit is contained in:
@@ -120,7 +120,7 @@ public abstract class BaseContainerView extends FrameLayout
|
||||
int paddingBottom;
|
||||
|
||||
DeviceProfile grid = Launcher.getLauncher(context).getDeviceProfile();
|
||||
int[] padding = grid.getContainerPadding(context);
|
||||
int[] padding = grid.getContainerPadding();
|
||||
paddingLeft = padding[0] + grid.edgeMarginPx;
|
||||
paddingRight = padding[1] + grid.edgeMarginPx;
|
||||
if (!grid.isVerticalBarLayout()) {
|
||||
|
||||
Reference in New Issue
Block a user