summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-01-25 17:35:36 -0800
committerBrandon Maxwell <maxwelb@google.com>2016-03-15 12:31:12 -0700
commitba0d51222597bc5e5ef8b9074097cf12950aad64 (patch)
treed47e8e5f0d72beb8cc9ac3072a3d7b1544eb5673 /src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java
parent82f68703ec819b2d9b24766e1abd019784032824 (diff)
Fixing build
+ A merge was performed improperly which caused an import to be removed, but the code using the imported object wasn't. This resulted in build failures since the necessary class wasn't imported. + This change properly performs the merge of cdc14da9275c67d123b55e668f48f73c4b58d948. Change-Id: Ifb78cc75aff18a9c632c7c5e1a3121858383296a
Diffstat (limited to 'src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java')
-rw-r--r--src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java b/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java
index aa19d25fe..7cb35f514 100644
--- a/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java
+++ b/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java
@@ -353,8 +353,6 @@ public class CallLogAsyncTaskUtil {
Intent intent = new Intent(context, CallLogNotificationsService.class);
intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD);
context.startService(intent);
-
- ((DialtactsActivity) context).updateTabUnreadCounts();
return null;
}
});
@@ -416,7 +414,6 @@ public class CallLogAsyncTaskUtil {
});
}
-
/**
* Updates the duration of a voicemail call log entry if the duration given is greater than 0,
* and if if the duration currently in the database is less than or equal to 0 (non-existent).