summaryrefslogtreecommitdiffstats
path: root/src-ambient
diff options
context:
space:
mode:
Diffstat (limited to 'src-ambient')
-rw-r--r--src-ambient/incall/CallMethodHelper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-ambient/incall/CallMethodHelper.java b/src-ambient/incall/CallMethodHelper.java
index 10e5e7f..2c9d56f 100644
--- a/src-ambient/incall/CallMethodHelper.java
+++ b/src-ambient/incall/CallMethodHelper.java
@@ -327,7 +327,6 @@ public class CallMethodHelper {
public static HashMap<ComponentName, CallMethodInfo> getAllCallMethods() {
// after the initial broadcast on resume we need to go and get some new data
// this data will broadcast as soon as it becomes available
- refreshDynamicItems();
return mCallMethodInfos;
}