commit | 2bf3f37f5af068e0af8de386c9c031c31bfbd602 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue Apr 02 10:45:57 2019 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue Apr 02 11:00:50 2019 -0700 |
tree | c4293cc399ae8a1e9a03406fcc056e53b8538aec | |
parent | 9c436be5facf284cb1bf9f29c39d1a51a6fcf9c0 [diff] [blame] |
Fix icon shape refresh for widgets list / legacy shortcut black bg issue Bug: 118085499 Change-Id: Ifc3c711815567f40f109e95bcb76c01f23b4a3a2
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java index 7bb6071..dc27516 100644 --- a/src/com/android/launcher3/LauncherAppState.java +++ b/src/com/android/launcher3/LauncherAppState.java
@@ -131,6 +131,7 @@ if ((changeFlags & CHANGE_FLAG_ICON_PARAMS) != 0) { LauncherIcons.clearPool(); mIconCache.updateIconParams(idp.fillResIconDpi, idp.iconBitmapSize); + mWidgetCache.refresh(); } mModel.forceReload();