mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Fixing slow binding when returning to Launcher
Bug: 8978842 Bug: 8660324 Change-Id: Idfa37c05ed299faa465ea66de4b43d30da77ecbc
This commit is contained in:
@@ -50,6 +50,6 @@ public class LauncherAppWidgetHost extends AppWidgetHost {
|
||||
protected void onProvidersChanged() {
|
||||
// Once we get the message that widget packages are updated, we need to rebind items
|
||||
// in AppsCustomize accordingly.
|
||||
mLauncher.bindPackagesUpdated();
|
||||
mLauncher.bindPackagesUpdated(LauncherModel.getSortedWidgetsAndShortcuts(mLauncher));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user