mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Fix ConcurrentModificationExceptions during binding." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a801de233
@@ -132,7 +132,8 @@ public class QuickstepModelDelegate extends ModelDelegate {
|
||||
|
||||
// Widgets prediction isn't used frequently. And thus, it is not persisted on disk.
|
||||
mDataModel.extraItems.put(mWidgetsRecommendationState.containerId,
|
||||
new FixedContainerItems(mWidgetsRecommendationState.containerId));
|
||||
new FixedContainerItems(mWidgetsRecommendationState.containerId,
|
||||
new ArrayList<>()));
|
||||
mActive = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user