mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Adding support for loading workspace in the absence of Launcher.
> LoadWorkspace can be called with a LoaderResult which does not bind anything. > Synchronous bind does not look for a valid page id, and will fallback to the current pageId similar to full load flow Bug: 37616877 Change-Id: If14491dc79c5b85ae1019cc93e4e08759df3387d
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
/**
|
||||
* Handles changes due to shortcut manager updates (deep shortcut changes)
|
||||
*/
|
||||
public class ShortcutsChangedTask extends ExtendedModelTask {
|
||||
public class ShortcutsChangedTask extends BaseModelUpdateTask {
|
||||
|
||||
private final String mPackageName;
|
||||
private final List<ShortcutInfoCompat> mShortcuts;
|
||||
|
||||
Reference in New Issue
Block a user