mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421)
- Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153) Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
This commit is contained in:
@@ -97,12 +97,6 @@ class ApplicationInfo extends ItemInfo {
|
||||
firstInstallTime = info.firstInstallTime;
|
||||
}
|
||||
|
||||
/** Returns the package name that the shortcut's intent will resolve to, or an empty string if
|
||||
* none exists. */
|
||||
String getPackageName() {
|
||||
return super.getPackageName(intent);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the application intent based on a component name and various launch flags.
|
||||
* Sets {@link #itemType} to {@link LauncherSettings.BaseLauncherColumns#ITEM_TYPE_APPLICATION}.
|
||||
|
||||
Reference in New Issue
Block a user