mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Ensuring disabled packages remove all components on the workspace. (Bug 11172454)" into jb-ub-now-jetsonic
This commit is contained in:
@@ -108,6 +108,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 (DBG) {
|
||||
|
||||
Reference in New Issue
Block a user