mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Delete Unused Flag related to Altering how the workspace is loaded.
This flagged feature was never released, and instead was thought to be too complicated compared to the benefits in decreased latency. Bug: 251502424 Test: Verified that this launcher still loads properly when this flag is removed. Flag: EXEMPT flag removal Change-Id: I672708e26cb37d1e2b22c4510f9c3500edd4f959
This commit is contained in:
@@ -313,10 +313,8 @@ public class BaseLauncherBinder {
|
||||
bindItemsInChunks(currentWorkspaceItems, ITEMS_CHUNK, mUiExecutor);
|
||||
bindItemsInChunks(currentAppWidgets, 1, mUiExecutor);
|
||||
}
|
||||
if (!FeatureFlags.CHANGE_MODEL_DELEGATE_LOADING_ORDER.get()) {
|
||||
mExtraItems.forEach(item ->
|
||||
executeCallbacksTask(c -> c.bindExtraContainerItems(item), mUiExecutor));
|
||||
}
|
||||
mExtraItems.forEach(item ->
|
||||
executeCallbacksTask(c -> c.bindExtraContainerItems(item), mUiExecutor));
|
||||
|
||||
RunnableList pendingTasks = new RunnableList();
|
||||
Executor pendingExecutor = pendingTasks::add;
|
||||
|
||||
Reference in New Issue
Block a user