mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Implement ability to uninstall shortcuts from workspace
Change-Id: I14ca94ea719825c4de19ab85d67537155098d50c
This commit is contained in:
@@ -2494,6 +2494,7 @@ public class LauncherModel extends BroadcastReceiver {
|
||||
// db and will not appear in the workspace.
|
||||
return null;
|
||||
}
|
||||
info.initFlagsAndFirstInstallTime(pi);
|
||||
} catch (NameNotFoundException e) {
|
||||
Log.d(TAG, "getPackInfo failed for package " + componentName.getPackageName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user