summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java b/src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java
index 6f4f030..6df068a 100644
--- a/src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java
+++ b/src/com/cyanogenmod/trebuchet/UninstallShortcutReceiver.java
@@ -141,7 +141,7 @@ public class UninstallShortcutReceiver extends BroadcastReceiver {
newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps);
synchronized (newApps) {
do {
- appRemoved = newApps.remove(intent.toUri(0).toString());
+ appRemoved = newApps.remove(intent.toUri(0));
} while (appRemoved);
}
if (appRemoved) {