Exclude shortcuts in popup from IconCache.

am: ddd0ff44ba

Change-Id: I47f58f3bcaf5ae7b738e13763a55d41e52869a87
This commit is contained in:
Pinyao Ting
2019-09-20 10:05:07 -07:00
committed by android-build-merger
6 changed files with 26 additions and 15 deletions

View File

@@ -242,8 +242,8 @@ public class LoaderTask implements Runnable {
verifyNotStopped();
TraceHelper.partitionSection(TAG, "step 4.3: save widgets in icon cache");
updateHandler.updateIcons(allWidgetsList, new ComponentCachingLogic(mApp.getContext()),
mApp.getModel()::onWidgetLabelsUpdated);
updateHandler.updateIcons(allWidgetsList, new ComponentCachingLogic(
mApp.getContext(), true), mApp.getModel()::onWidgetLabelsUpdated);
verifyNotStopped();
TraceHelper.partitionSection(TAG, "step 5: Finish icon cache update");