mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Improving widget handling for pinItemRequest
> Preloading widget view while dragging for smoother transition > Skipping config activity and sending confirmation to the caller when widget is dropped Bug: 33584624 Change-Id: Ib23e5964298296d12d9c93f38aefdf924a07368e
This commit is contained in:
@@ -52,7 +52,7 @@ public class PendingAddWidgetInfo extends PendingAddItemInfo {
|
||||
minSpanY = i.minSpanY;
|
||||
}
|
||||
|
||||
public WidgetAddFlowHandler getHander() {
|
||||
public WidgetAddFlowHandler getHandler() {
|
||||
return new WidgetAddFlowHandler(info);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user