mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Ensuring disabled packages remove all components on the workspace. (Bug 11172454)
This commit is contained in:
@@ -104,6 +104,9 @@ public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
|
||||
public static void removeFromInstallQueue(SharedPreferences sharedPrefs,
|
||||
ArrayList<String> packageNames) {
|
||||
if (packageNames.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
synchronized(sLock) {
|
||||
Set<String> strings = sharedPrefs.getStringSet(APPS_PENDING_INSTALL, null);
|
||||
if (strings != null) {
|
||||
|
||||
Reference in New Issue
Block a user