mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fix smartspace long press
This commit is contained in:
@@ -131,7 +131,6 @@ import java.util.function.Predicate;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import app.lawnchair.smartspace.SmartspaceAppWidgetProvider;
|
||||
import app.lawnchair.smartspace.SmartspaceViewContainer;
|
||||
|
||||
/**
|
||||
* The workspace is a wide area with a wallpaper and a finite number of pages.
|
||||
@@ -586,9 +585,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
// edges, we do not need a full width QSB.
|
||||
mQsb = LayoutInflater.from(getContext())
|
||||
.inflate(R.layout.search_container_workspace, firstPage, false);
|
||||
if (mQsb instanceof SmartspaceViewContainer) {
|
||||
((SmartspaceViewContainer) mQsb).setupInWorkspace();
|
||||
}
|
||||
}
|
||||
|
||||
int cellVSpan = FeatureFlags.EXPANDED_SMARTSPACE.get()
|
||||
|
||||
Reference in New Issue
Block a user