mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Preventing widgets that don't fit from showing in tray. (Bug 6331357)"
This commit is contained in:
@@ -82,7 +82,7 @@ public class AppWidgetResizeFrame extends FrameLayout {
|
||||
mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
|
||||
|
||||
final AppWidgetProviderInfo info = widgetView.getAppWidgetInfo();
|
||||
int[] result = mLauncher.getMinSpanForWidget(info, null);
|
||||
int[] result = mLauncher.getMinSpanForWidget(info);
|
||||
mMinHSpan = result[0];
|
||||
mMinVSpan = result[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user