mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Review comments followup" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
80a315e50f
@@ -179,7 +179,7 @@ public class DropTargetBar extends FrameLayout
|
||||
}
|
||||
|
||||
Launcher launcher = Launcher.getLauncher(getContext());
|
||||
Workspace workspace = launcher.getWorkspace();
|
||||
Workspace<?> workspace = launcher.getWorkspace();
|
||||
DeviceProfile dp = launcher.getDeviceProfile();
|
||||
int buttonHorizontalPadding = dp.dropTargetHorizontalPaddingPx;
|
||||
int buttonVerticalPadding = dp.dropTargetVerticalPaddingPx;
|
||||
|
||||
Reference in New Issue
Block a user