mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Add smartspace as a widget to first page (implementation 2)
Flag: SMARTSPACE_AS_A_WIDGET Test: verify that the smartspace gets replaced with a smartspace widget Bug: 300140279 Change-Id: I42c170de5e2a9fd3d24d99bb8b09cf412c55e3a5
This commit is contained in:
@@ -171,6 +171,11 @@ public abstract class BaseLauncherBinder {
|
||||
*/
|
||||
public abstract void bindWidgets();
|
||||
|
||||
/**
|
||||
* bindWidgets is abstract because it is a no-op for the go launcher.
|
||||
*/
|
||||
public abstract void bindSmartspaceWidget();
|
||||
|
||||
/**
|
||||
* Sorts the set of items by hotseat, workspace (spatially from top to bottom, left to right)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user